filmov
tv
C++ Control Statements // Types of Control Structure in C++, Sequence Structure, Selection Structure

Показать описание
Types of Control Structure in C++
Control Structures are used to alter the flow of the program based on certain conditions being met or not.
In C++, we mainly talk about selection and loop control structures. There are two selection control structures, if-else ladder and switch statements.
Control Structures are used to alter the flow of the program based on certain conditions being met or not.
In C++, we mainly talk about selection and loop control structures. There are two selection control structures, if-else ladder and switch statements.