Home » C Programming » Preprocessors » Question
  1. Which of the following sequences are unaccepted in C language?
    1. #if
      #undef
      #endif
    2. #if
      #else
      #endif
    3. #if
      #elif
      #endif
    4.  #if
      #if
      #endif
    5. None of these
Correct Option: D

#if
#if
#endif



Your comments will be displayed only after manual approval.