C / C++ 2 Jul 2016 Selection Statements (If, Switch) for Flow Control C/C++ supports two types of selection statements: if and switch. In addition, the ? operator is an alternative to if in certain circumstances for flow… Read More