Skip to content

Instantly share code, notes, and snippets.

@Ayoush
Created January 8, 2016 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ayoush/b0bea9a5792bc2df9904 to your computer and use it in GitHub Desktop.
Save Ayoush/b0bea9a5792bc2df9904 to your computer and use it in GitHub Desktop.
#include<stdio.h>
# :- ask the compiler to pre-process things written after it whether header file or macros before compiling the code
include : ask for inclusion of all the function in stdio header file 
<> : stdio.h header file will be searched in the standard compiler include path
"" : stdio.h header file will be searched in the compiler include path as well as in current directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment