Home » C Programming » Preprocessors » Question
  1. Which of the following are C preprocessors?
    1. #define
    2. #endif
    3. #ifdef
    4. All of above
    5. None of these
Correct Option: D

#ifdef, #endif and #define following are C preprocessors.



Your comments will be displayed only after manual approval.