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