What is control statement?
Control statement (control structure) define the order in which statement of a program are executed. It determines the flow of control in the program. Different control statements are used.
- Sequence
- Conditional (selection)
- Looping
- Jumping
Please follow and like us: