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
Can main () be called recursively?
How can you increase the allowable number of simultaneously open files?
difference between object file and executable file
What are variables c?
What is ponter?
What is use of integral promotions in c?
What is methods in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is a stream?
Can a pointer be volatile in c?
is it possible to create your own header files?
Explain the use of 'auto' keyword in c programming?
What is pointers in c?
When is a void pointer used?
What is %d used for?