Yavatmal Zilha Akhil Kunbi Samaj Dwara Sanchalit,
Gopikabai Sitaram Gawande Mahavidyalaya, Umarkhed
Department of Computer Application
Name of Topic :- Programming Language C
Subject :- C Programming
Created by : Pravin Nakhate
Email:-nakhate@gsgcollege.edu.in
Mobile No. +919420621381
Class :- BCA ā I
Terminologies of āCā
.
.
.
.
.
.
.
.
.
.
Continued..
.
.
.
switch (expression) ā
{
case constant1:
// statements
break;
case constant2:
// statements break;
. . .
default:
// default statements
}
Thank You