In this tutorial we are going to learn about switch statement in C language. Switch statement is a decision making statement which is an alternative of If else if statement in C language. We will also discuss about cases and and default and break statement.
We will solve a program to check whether a character is vowel or consonant using switch statement.