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

wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,


Was 2000 a leap year?

0 Answers  


What are the 5 types of organizational structures?

0 Answers  


How can I call fortran?

0 Answers  


What is putchar() function?

0 Answers  


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


What is an endless loop?

0 Answers  


Is register a keyword in c?

0 Answers  


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


why we are using float in C

4 Answers  


What are Storage Classes in C ?

32 Answers   CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,


Categories