C++ provides a multiple branch selection statement know as switch. This selection statement successively tested the value of an expression against a list of integer or character constants. When match is found, the statements associated with that constant are executed.
|
|
It's a special area where you can find special questions and answers for CSE students or IT professionals. Also, In this section, we try to explain a topic in a very deep way.