Vidyalelo
C Programming · Q45

C Preprocessor

Programming · C Programming · question 45

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
Answer
D.
error

Answer: Option C

Solution

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