Answer Posted / vishnu vardan
Preprocessor is a parser which parses the code before
compilation.It describes path of compilation,includes the
definitions of standard C functions and subustuites the
variables depending on the pre processor directive
used.Also can be used to output the comments and error
messages during compilation.
Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are keywords c?
Which built-in library function can be used to match a patter from the string?
Explain what is page thrashing?
What do you mean by command line argument?
What is the purpose of void pointer?
Why c is called a mid level programming language?
Where register variables are stored in c?
What is a file descriptor in c?
What is null in c?
What is difference between class and structure?
When the macros gets expanded?
What does volatile do?
Is it fine to write void main () or main () in c?
Explain how to reverse singly link list.
How to establish connection with oracle database software from c language?