Q89
What will be the output of the following C code? #define display(a) #a main() printf(display("56#7"));
A.
Error
B.
"56#7"
AnswerC.
56#7
D.
567
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board