Q147
What will be the output of the following C code? #include void main() #define max 37; printf("%d", max);
A.
37
B.
Compile time error
AnswerC.
Varies
D.
Depends on compiler
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board