Explain different control structures in C++ with syntax.
Answers
Answered by
7
Explanation:
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).
Similar questions
Social Sciences,
2 months ago
English,
2 months ago
Social Sciences,
4 months ago
Math,
4 months ago
Accountancy,
11 months ago
Math,
11 months ago