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

write a c program to find the probability of random numbers between 1-1000

0 Answers   ADS,


What is the explanation for modular programming?

0 Answers  


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.

9 Answers   Adobe,


Whether there can be main inside another main?If so how does it work?

14 Answers   Sail, Wipro,






State the difference between x3 and x[3].

0 Answers   Aricent,


Why is c called a mid-level programming language?

0 Answers  


wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain

3 Answers   TCS,


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


Why is main function so important?

0 Answers  


Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….

1 Answers  


what is self refrential structure

3 Answers   HCL,


Categories