Home » C Programming » Preprocessors » Question
  1. The preprocessor provides the ability for _______________.
    1. Conditional compilation and line control
    2. The inclusion of macro expansions
    3. The inclusion of header files
    4. All of above
    5. None of these
Correct Option: D

The preprocessor provides the ability for the inclusion of header files, macro expansions, conditional compilation, and line control.



Your comments will be displayed only after manual approval.