Basic and Advance C Question:

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

Tweet Share WhatsApp

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 PDF Read All 221 C Programming Questions
Previous QuestionNext Question
Is there anything like an ifdef for typedefs?What are the complete rules for header file searching?