Pre-Processor as the name saying these are the actions occurs before compilation. Some possible actions are including the file, defining the symbolic constant, macros.
Let us first study about #include
#include is used to include the files, generally header files.
#include<studio.h> is the statement which includes standard input/output header library named as studio.h
0 comments:
Post a Comment