Vidyalelo
C Programming · Q221

Function

Programming · C Programming · question 221

Q221

What will be the output of the following C code? #include # define max void m() printf("hi"); void main() max; m();

A.
Run time error
B.
hi hi
C.
Nothing
D.
hi
Answer

Answer: Option D

Solution

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