Q. What is the default return type of the 'main()' function in C++?
β
Correct Answer: (B)
int
Explanation: In C++, the 'main()' function must return an 'int' value by default.