tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 C Language > Basic > Switch case

Switch case 

This example shows switch case usage.

File Name  :  
source/C/basic/switch_case.c 
Author  :  Sudhakar KV
Email  :  [email protected]

It gives the following output,
In switch case 0
In switch case 1
In switch case 2
In switch case 3
In switch case default (4)


In switch case b
In switch case e
In switch case t
In switch case h
In switch case e
In switch case default (c)
In switch case default (o)
In switch case d
In switch case e
In switch case default (r)



 
  


  
bl  br