Answer Posted / priya
In computer science, a preprocessor is a program that processes its input data to produce output that is used as input to another program. The output is said to be a preprocessed form of the input data, which is often used by some subsequent programs like compilers.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is %d called in c?
What is wrong with this code?
What is function prototype in c with example?
What is variable and explain rules to declare variable in c?
What is calloc()?
What is a macro in c preprocessor?
Is it possible to execute code even after the program exits the main() function?
what are the different storage classes in c?
Explain what are the advantages and disadvantages of a heap?
Differentiate between static and dynamic modeling.
Explain do array subscripts always start with zero?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Are pointers really faster than arrays?
What is pragma c?
What are structural members?