Computer Science, asked by billalhossainsagor1, 8 months ago

What is function of main()

Answers

Answered by Itzkrushika156
4

Explanation:

What is function of main()

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

follow \: me

Answered by AFAC
2

Explanation:

In computer programming, an entry point is where the first instructions of a program are executed, and where the program has access to command line arguments. To start a program's execution, the loader or operating system passes control to its entry point. This marks the transition from load time to run time.

FOLLOW ME

MARK AS BRAINLIST

Similar questions