Home » C Programming » Preprocessors » Question
  1. For each #if, #ifdef, and #ifndef directive.
    1. Zero or one #else directive
    2. There are zero or more #elif directives
    3. One matching #endif directive
    4. All of above
    5. None of these
Correct Option: D

Zero or one #else directive.
There are zero or more #elif directives.
One matching #endif directive.



Your comments will be displayed only after manual approval.