1. What are the different types of control structure
Answers
Answered by
0
Answer:
Flow of control through any given function is implemented with three basic types of control structures:
Sequential: default mode. ...
Selection: used for decisions, branching
Answered by
0
Answer:
three
Explanation:
The three basic types of control structures are sequential, selection and iteration. They can be combined in any way to solve a specified problem. Sequential is the default control structure, statements are executed line by line in the order in which they appear. The selection structure is used to test a condition.
Similar questions