Pre-Processor in C Language


O LEVEL -PAPER 3rD -- M3-R4

C  LANGUAGE 


PRE-PROCESSOR IN C

preprocessor in c,header file in c
pre-processor in c

 INCLUDE IN C



#include in c,header file in c

#include in c



Here in above quote we saw that we can write  "#include" pre-processor command in two ways 
 i.e #include<file_name> or #include"file_name>" both the ways are same things but minor difference i.e angular bracket (< >) used only for header files (.h) and double code(" ")  used for source files (except header files all the source file used in it)



REMEMBER 


#include in c,preprocessor in c,header file in c
header files


Comments

Popular posts from this blog

Important Announcements(download all my book free)

O LEVEL- INTERNET TECHNOLOGY & WEB DESIGN

Call by Reference with Pointer in C Language part-4-a