Q. What is the purpose of the 'main' function in C++?
β
Correct Answer: (A)
It is the entry point for program execution.
Explanation: In C++, the 'main' function is the entry point for program execution.