Q221
What will be the output of the following C code? #include # define max void m() printf("hi"); void main() max; m();
A.
Run time error
B.
hi hi
C.
Nothing
D.
hi
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board