Saturday, January 22, 2011

#include directive in c




Syntax:



#include

or

#include �filename�




Task of include directive is to include or import any type file. There are two form of include directive.




Form 1:



#include: This statement will search the file in include directory (Default location of include directory is c:\tc\include). If that file is present then #include statement is replaced by content of

No comments:

Post a Comment