Q108
What will be the output of the following C code? #include void main() m(); void m() printf("hi"); m();
A.
Compile time error
B.
hi
C.
Infinite hi
AnswerD.
Nothing
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board