Latest C Aptitude Question SOLUTION: Q. main() { show(); } void show() { printf("I'm the greatest"); } A. Compier error: Type mismatch in redeclaration of show. Explanation: When the compiler sees the function show