What is the output of this C code?
void main() { m(); } void m() { printf("hi"); m(); }
Answer: C
No answer description available for this question.