Computer Science, asked by AryanChandra38, 9 months ago

The statement that is used to check several possible constant value.

Answers

Answered by abhishekmishra2175
0

Answer:

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