Q45
What will be the output of the following C code? #define display(text) " " #text main() printf(display(hello world));
A.
hello world
B.
$helloworld
C.
$hello world
AnswerD.
error
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board