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);
}



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

Answer / sudeshna

5

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Interview Questions

how will you write a program on linked lists using JAVA programming???????????

1 Answers   Keane India Ltd,


difference between Low, Middle, High Level languages in c ?

0 Answers   Bosch, Infosys,


What is the data segment that is followed by c?

0 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

0 Answers  


What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,


Write a function in c to find the area of a triangle whose length of three sides is given.

2 Answers  


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


What is an identifier?

0 Answers  


How can I return multiple values from a function?

6 Answers  


Describe how arrays can be passed to a user defined function

0 Answers  


Categories