Home » C Programming » Preprocessors » Question
  1. Which of the following Macro substitution are accepted in C?
    1. #define N define
      #N VAR 200
    2. #define N #define
      N VAR 200
    3. #define N define
      #N VAR 200
    4. All of above
    5. None of these
Correct Option: E

None of these



Your comments will be displayed only after manual approval.