Latest C Aptitude Question SOLUTION: Q. Predict the output or error A. main() { main(); } A. Runtime error : Stack overflow. Explanation: main function calls itself again and again. Each time the function is calle