Sunday 11 January 2009

What is preprocessor in c programming language?

Answer: All the preprocessor are not part of c program. It is only instruction to compiler. All the preprocessor process before the staring of actual compilation and create an intermediate file. In the intermediate file all preprocessor is converted in term of actual c. To see the intermediate file: Step 1: First create any c file let us assume test.c which contain :  #define max 10+2

No comments:

Post a Comment