Vidyalelo
C Programming · Q147

Function

Programming · C Programming · question 147

Q147

What will be the output of the following C code? #include void main() #define max 37; printf("%d", max);

A.
37
B.
Compile time error
Answer
C.
Varies
D.
Depends on compiler

Answer: Option B

Solution

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