In the first statement, we can give any path of the file to be included. While the name given in the second statement looks for the file in the default set of directories.
Ad
Chapter - 8: The C Preprocessor
What is the difference between the following two #include directives: #include "conio.h" and #include <conio.h>
Ad
Ad