Vidyalelo
C Programming · Q113

Function

Programming · C Programming · question 113

Q113

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

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

Answer: Option A

Solution

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