Basic and Advance C Question:
What is the difference between #include <> and #include?
Answer:
The <> syntax is typically used with Standard or system-supplied headers, while "" is typically used for a program's own header files.
Previous Question | Next Question |
Is there anything like an ifdef for typedefs? | What are the complete rules for header file searching? |