Q220
Which of the following Macro substitution are accepted in C?
A.
#define A #define
A VAR 20
A VAR 20
B.
#define A define
#A VAR 20
#A VAR 20
C.
#define #A #define
#A VAR 20
#A VAR 20
D.
None of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board