Pre-Processor in C Language
O LEVEL -PAPER 3rD -- M3-R4
C LANGUAGE
PRE-PROCESSOR IN C
![]() |
pre-processor in c |
INCLUDE 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
![]() |
header files |
Comments
Post a Comment