Computer Science, asked by pavivasupavivasu375, 5 hours ago

Explain the importance of main() in C++ program​

Answers

Answered by kashvichaurasia819
1

Answer:

The main function serves as the starting point for program execution. It usually controls program execution by directing the calls to other functions in the program. A program usually stops executing at the end of main, although it can terminate at other points in the program for a variety of reasons.

Similar questions