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

preview_player
Показать описание
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.
Рекомендации по теме
visit shbcf.ru