Q178
What will be the output of the following C code? #include void main() m(); 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