Recent Posts

Tuesday 12 May 2015

C Preprocessor #include


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.
All preprocessor directives begin with #

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 

Smart Siva

Author & Editor

In Life every second is important, In programming every line of code is important.

0 comments:

Post a Comment

 
biz.