Basic and Advance C Question:
Download Job Interview Questions and Answers PDF
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.
Download C Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
Is there anything like an ifdef for typedefs? | What are the complete rules for header file searching? |