Basic and Advance C Question:

Download Job Interview Questions and Answers PDF

What is the difference between #include <> and #include?

C Programming Interview Question
C Programming Interview Question

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 QuestionNext Question
Is there anything like an ifdef for typedefs?What are the complete rules for header file searching?