Computer Science, asked by esaahmed9958, 1 year ago

Compare the various control structures and define the best control structure in c++

Answers

Answered by pragna12
1

Hey friend, Simple control structures. A program is usually not limited to a linear sequence of instructions. During its process it may bifurcate, repeat code or take decisions. For that purpose, C++ provides control structures that serve to specify what has to be done by our program, when and under which circumstances.

Similar questions