-
What is a preprocessor?
-
- That is nothing but a loader
- That links various source files
- That processes its input data to produce output that is used as input to another program
- All of above
- None of these
Correct Option: C
A preprocessor is a program that processes its input data to produce output that is used as input to another program.