Interview Questions

What's the difference between...?

C Interview Questions and Answers


(Continued from previous question...)

What's the difference between...?

Q: What's the difference between #include <> and #include "" ?

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

(Continued on next question...)

Other Interview Questions