What is the output of this C code? #include void m() { printf("hi"); } void main() { m(); }

Correct Answer: hi

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion