Computer Science, asked by divyasuyal003, 9 hours ago

What do you understand by flow of execution?​

Answers

Answered by armygirl00034
0

Answer:

Statements are executed one at a time, in order from top to bottom. ... Function definitions do not alter the flow of execution of the program but remember that statements inside the function are not executed until the function is called. A function call is like a detour in the flow of execution.

Answered by pds39937
0

Explanation:

The order in which statements are executed is called the flow of execution. Flow of Execution: v The order in which statements are executed is called the flow of execution. v Execution always begins at the first statement of the program. v Statements are executed one at a time, in order, from top to bottom.

Hope it's help you

Similar questions