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'n in c?
How to implement a packet in C
Is array a primitive data type in c?
What is the stack in c?
Are the outer parentheses in return statements really optional?
Explain indirection?
Where in memory are my variables stored?
Why c language?
What does. int *x[](); means ?
Is calloc better than malloc?
What is meant by gets in c?
What are the applications of c language?
Is null a keyword in c?
Explain About fork()?
Why is c called a mid-level programming language?