Computer Science, asked by jk3714914, 3 months ago

when does the execution of a function ends ?​

Answers

Answered by Braɪnlyємρєяσя
4

Explanation:

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.

Answered by darksoul3
2

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