Saturday, January 22, 2011
Preprocessor directives in c
In c all the preprocessor directives start with # character except define() operator. All the directives have different task which executes just before the actual execution of c program which makes the program more portable. These directives are used only to instruct compilers.
List all preprocessor directives in c.
Preprocessor definitions in c
Preprocessor directive in c
#
Labels:
Preprocessor
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment