Vidyalelo
C Programming · Q108

Function

Programming · C Programming · question 108

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

Answer: Option C

Solution

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