What are control structures?
- Control structures decide which instructions in program must be executed.
- This implies that program flow may not necessarily move from one statement to the next one. Some alternative portions can be executed depending on conditional statements.