Home » C Programming » Preprocessors » Question
  1. In a conditional inclusion, if the condition that comes after the if is true, then what will happen during compilation?
    1. Then the code up to the following #endif is compiled even if #else or #elif is present
    2. Then the code up to the following #eliif is compiled
    3. Then the code up to the following #else or #elif or #endif is compiled
    4. All of above
    5. None of these
Correct Option: C

Then the code up to the following #else or #elif or #endif is compiled



Your comments will be displayed only after manual approval.