include <stdio.h>
void main( )
{
int i = 1 ;
switch ( i - 2 )
{
case -1 :
printf ( "\nFeeding fish" ) ;
case 0 :
printf ( "\nWeeding grass" ) ;
case 1 :
printf ( "\nmending roof" ) ;
default :
printf ( "\nJust to survive" ) ;
}
}
When I run this program, it shows output as
Feeding fish...
what are the best colleges in electronics and telecommunication engineering for ME can i do me in electronic and telecom in iits what is the procedure to get admission in me for electronic and telecom is
there separate entrance test for getting admission?