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