Control Structures
It is of three types:
1. Sequence structure
2. Loop or iteration or repetition structure
3. Selection structure
Just like C, C++ supports all the control structures of C. The control structures switch and if are selection structures. The control structures while, do..while and for are known loop structure.