Q. What is the purpose of 'return 0;' in main()?
β
Correct Answer: (A)
Returns 0 to OS indicating successful execution
Explanation: 'return 0;' indicates that the program ended successfully.