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