Vidyalelo
C Programming · Q84

C Preprocessor

Programming · C Programming · question 84

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
Answer

Answer: Option D

Solution

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