Computer Science, asked by gayana1804, 3 months ago

write a short note on control structure in C++​

Answers

Answered by manseeratk50
2

Summary of Control Statements in C++

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).

Answered by biswasriya142005
1

Answer:

Summary of Control Statements in C++

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).

Explanation:

I think it's help you.

Please please please Mark is as brainlist.

Similar questions