Vidyalelo
C Programming · Q89

C Preprocessor

Programming · C Programming · question 89

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"
Answer
C.
56#7
D.
567

Answer: Option B

Solution

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