Vidyalelo
C Programming · Q220

Function

Programming · C Programming · question 220

Q220

Which of the following Macro substitution are accepted in C?

A.
#define A #define
A VAR 20
B.
#define A define
#A VAR 20
C.
#define #A #define
#A VAR 20
D.
None of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board