Computer Science, asked by manpreetkaurma29, 5 months ago

the function main()is​

Answers

Answered by anitabhartisingh
0

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