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
Explain the bubble sort algorithm.
What is the purpose of void pointer?
What is the use of pointers in C?
Is it possible to execute code even after the program exits the main() function?
how to find binary of number?
Explain what is output redirection?
How many types of operator or there in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
How macro execution is faster than function ?
Why is c called c not d or e?
What is the newline escape sequence?
Is c is a procedural language?
Calculate 1*2*3*____*n using recursive function??
What is I ++ in c programming?
Is printf a keyword?