Discuss the control structures available in C++.
Answers
Answered by
0
Answer:
C++ has only three kinds of control structures, which from this point forward we refer to as control statements: the sequence statement, selection statements (three types—if, if...else and switch) and repetition statements (three types—while, for and do... while). ... We call this control-statement stacking.
please mark me as the brainliest
Answered by
0
Answer:
C++ has only three kinds of control structures , which from this points forward we refer to as control statements ( three types if,if...else and switch) and repetition statement (three types- while, for and for and do while) . That's why we call this control statements.
Explanation:
hope it's help you
follow and like
mark me !!!
Similar questions