Switch Case With Break Statement
switch() can only contain char and int. break is used to exit from switch statement. switch case can be without default case. In switch case char variable is always initialized within ”(single quotes). If there is no break statement then the cases following the matched case other… Read More »Switch Case With Break Statement