About this document
Switch Statement - Statements - Syntax - C++ Now by Goonj Verma Sharma is a document available to read on EtoBox.
Switch statement provides a selection control structure to execute a selected section of code determined by the run-time value of an expression. Condition is an expression which evaluates to an integer value, which include signed, unsiened, char, enum, and even boolean values. Switch statement is used to provide a multiway selection, based on an integral value.
- Author
- Goonj Verma Sharma
- Language
- EN