Switch case Statement

Switch case Statement

A switch statement is used when there is requirement to check multiple condition in a program. It provides an easy way to branch to different parts of the code in program based on the value of an expression. It is a substitute for the large series of else if statements.

Syntax:
switch(expression)
{
case  constant:
statement;
break;
case  constant:
statement;
break;
..
..
default:
statement;
}
Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad