Multiple choice

Which preprocessor directives allows to include or discard part of the code of a program?

  1. Line control

  2. Pragma directive

  3. Macro definitions

  4. Conditional inclusions

  5. Error directive

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Conditional inclusions preprocessor directives allows to include or discard part of the code of a program.