Computer Science

What do you understand by flow of execution ?

Python Functions

13 Likes

Answer

Flow of execution refers to the order in which statements are executed during a program run.

Answered By

7 Likes


Related Questions