There are three types of control structures available in C and C++
1) Sequence structure (straight line paths)
2) Selection structure (one or many branches)
3)Loop structure (repetition of a set of activities)
All the 3 control structures and its flow of execution is represented in the flow charts given below.
Switch
If
If Else
While
Do While
For
Tip:-
Write Correct English Grammar without knowing tense.