Answers

Question and Answer:

  Home  C Programming

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

The <> syntax is typically used with Standard or system-supplied headers, while "" is typically used for a program's own header files.

 116 views

More Questions for you: