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


i = 25;switch (i) {case 25: printf("The value is 25
");case 30: printf("The value is 30
"); When the above statements are executed the output will be :

a) The value is 25

b) The value is 30

c) The value is 25 The value is 30

d) none


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the concepts introduced in OOPs?

3 Answers  


Why c is called top down?

0 Answers  


Can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


What does %d do in c?

0 Answers  


give one ip, find out which contry

4 Answers   Google,


What is exit() function?

0 Answers  


Explain why c is faster than c++?

0 Answers  


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


question-how to run a c programme.

6 Answers  


What is volatile variable how do you declare it?

0 Answers  


what are the various memory handling mechanisms in C ?

4 Answers   HP,


Categories