Vidyalelo
C Programming · Q99

Function

Programming · C Programming · question 99

Q99

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

A.
hi
B.
Compile time error
Answer
C.
Nothing
D.
Varies

Answer: Option B

Solution

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