Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

main()
{
int l=6;
switch(l)
{
default:l=l+2;
case 4:l=4;
case 5:l++;
break;
}
printf("%d",l);
}

Answer Posted / sudeshna

5

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between far and near pointers?

1104


What is nested structure?

1094


write a c program in such a way that if we enter the today date the output should be next day's date.

2237


What is the best organizational structure?

1169


What is indirection in c?

1114


Is c procedural or object oriented?

1084


What is fflush() function?

1188


What does 3 mean in texting?

1162


Why is it usually a bad idea to use gets()? Suggest a workaround.

1864


C program to find all possible outcomes of a dice?

2409


What is a void * in c?

1132


What are the different types of errors?

1201


What does sizeof function do?

1254


Are there any problems with performing mathematical operations on different variable types?

1100


Differentiate between declaring a variable and defining a variable?

1086