Q61
What will be the output of the following C code? #define display(text) printf(#text "@") main() display(hello.); display(good morning!);
A.
hello.@good morning!
B.
error
C.
hello.good morning!@
D.
hello.@good morning!@
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board