Q. What is the purpose of the 'return 0;' statement in the main function?
β
Correct Answer: (B)
Indicates successful execution
Explanation: 'return 0;' indicates that the program terminated successfully.