What is the output of this C code?
#include <stdio.h> void m() { printf("hi"); } void main() { m(); }
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option A
Explanation :
Be The First To Comment