Computer Science, asked by arpandeepkaur575, 5 months ago

what are the different types of control structure ​

Attachments:

Answers

Answered by Anonymous
6

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 -- choosing between 2 or more alternative paths. ...

Repetition: used for looping, i.e. repeating a piece of code multiple times in a row.

Explanation:

please mark as BRAINLIST

Similar questions