Answer Posted / ravikanth
The preprocessor is used to modify your program according to
the preprocessor directives in your source code.
Preprocessor directives (such as #define) give the
preprocessor specific instructions on how to modify your
source code. The preprocessor reads in all of your include
files and the source code you are compiling and creates a
preprocessed version of your source code.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Which is best book for data structures in c?
What is data structure in c programming?
Can 'this' pointer by used in the constructor?
What is the difference between array and linked list in c?
Why dont c comments nest?
How can a process change an environment variable in its caller?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the purpose of ftell?
How can I sort a linked list?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is the basic structure of c?
What are the types of data structures in c?
Why do we use stdio h and conio h?
What is function prototype?
Tell us bitwise shift operators?