1.

int main() { show(); return 0; } void show() { printf("I'm the greatest"); }

A. Compier error: Type mismatch in redeclaration of show.
B. I, the greatest
C. Linker error
D. None of these
Answer» B. I, the greatest


Discussion

No Comment Found