#includestdio.h
void main() {
int a=2;
switch(a)
{
case 4 : printf("MY");
break ;
case 3 : printf("COLLEGE");
default : printf ("GMIT");
case 1 : printf ("\n DAVANAGERE");
break ;
case 5 : printf ("DAVANAGERE");
}
}
What is the output.

Posted on by