Vidyalelo
C Programming · Q88

C Preprocessor

Programming · C Programming · question 88

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"
Answer
C.
am
D.
"am"

Answer: Option B

Solution

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