Home » C Programming » Preprocessors » Question
  1. Property which allows to produce different executable for different platforms in C is called?
    1. Conditional compilation
    2. Recursive macros
    3. Selective inclusion
    4. File inclusion
    5. None of these
Correct Option: A

Conditional compilation is the preprocessor facility to produce different executable.



Your comments will be displayed only after manual approval.