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...

f1()
{
f(3);}
f(int t)
{
switch(t);
{
case 2: c=3;
case 3: c=4;
case 4: c=5;
case 5: c=6;
default: c=0;}
value of c?

Answer Posted / vignesh1988i

c=6.... since no break statement

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What math functions are available for integers? For floating point?

1184


When should a type cast not be used?

1109


What is a lookup table in c?

1175


What is the most efficient way to count the number of bits which are set in an integer?

1121


What is #define in c?

1111


Why is python slower than c?

1134


What is struct node in c?

1127


how logic is used

2024


What does void main () mean?

1300


What is the need of structure in c?

1189


What are inbuilt functions in c?

1082


What is fflush() function?

1190


What is a wrapper function in c?

1170


Why do we use header files in c?

1125


what do you mean by enumeration constant?

1062