Vidyalelo
C Programming · Q91

Function

Programming · C Programming · question 91

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
Answer
C.
int
D.
const

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board