Q84
What will be the output of the following C code? #define hello(c) #c main() printf(hello(i,am));
A.
i,am
B.
iam
C.
i am
D.
error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board