91
What will be the output of the following C code?
#include <stdio.h>
void main()
{
#define const int
const max = 32;
printf("%d", max);
} Answer & Solution
Answer: Option
B
No explanation is given for this question. Let's Discuss on Board