Conditional Control Structures in C++
Using Control Structures in C++?
Type of Conditional Statements?
Explanation
Control Structures are statements that change the flow of a program to a different code segment based on certain conditions. The control structures are categorized into three major Conditional types they are Selection Statements, Iteration statements, Jump Statements.
Conditional Control Structures statements in C++:
Selection Statements:
Iteration Statements:
Jump Statements: