Computer Science, asked by prearathee1, 3 months ago

What is the purpose of main() in C++ program?​

Answers

Answered by mahimasingh22288
0

The function named main is a special function in all C++ programs; it is the function called when the program is run. The execution of all C++ programs begins with the main function, regardless of where the function is actually located within the code.

Similar questions