Q54
What will be the output of the following C code? #include void main() #ifndef max printf("hello"); #endif printf("hi");
A.
hello
B.
hellohi
AnswerC.
error
D.
hi
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board