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
AnswerC.
Nothing
D.
Varies
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board