Computer Science, asked by janala, 3 months ago

Kandshun chequeking Write the gibberish word related to control structure in c++

Answers

Answered by jainhemlata8
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).

Similar questions