Q78
What will be the output of the following C code? #define HELLO(a) #a main() printf(HELLO(good morning));
A.
good morning
B.
HELLO good morning
C.
good morning
AnswerD.
error
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board