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