Basic and Advance C Question:
Download Questions 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 QuestionNext Question
Is there anything like an ifdef for typedefs?What are the complete rules for header file searching?