Flow of Control

Flow of control refers to the specification of the order in which the individual statements, instructions or function calls of a program are executed or evaluated. in order to control the flow of program, we have - 

1. Conditional programming 

2. Looping  




Comments

Popular posts from this blog

What is Python?