Home » C Programming » Preprocessors » Question
  1. What is a preprocessor?
    1. That is nothing but a loader
    2. That links various source files
    3. That processes its input data to produce output that is used as input to another program
    4. All of above
    5. 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.



Your comments will be displayed only after manual approval.