Check given character is Vowel or not Using Switch

#include <stdio.h> #include <conio.h> int   main () {      char   ch ;      clrscr ();      printf ( "Enter any character:…


Nested Switch Case Example

#include <stdio.h> #include <conio.h> void   main () {      int   choice ,  ch1 ,  ch2 ;      clrscr ();           printf ( &am…


Multicases Example

#include <stdio.h> #include <conio.h> void   main () {      float   p ,  r ,  n ,  i ,  basic ,  hra ,  da ,  pf ,  netsal ,  a…