Vidyalelo
C Programming · Q87

Function

Programming · C Programming · question 87

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
Answer
D.
Varies

Answer: Option C

Solution

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