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 is break in c?

0 Answers  


to find the program of matrix multiplication using arrays

6 Answers   Bhel,


Can the size of an array be declared at runtime?

0 Answers  


What are the rules for identifiers in c?

0 Answers  


Is malloc memset faster than calloc?

0 Answers  






How important is structure in life?

0 Answers  


write a program to print sum of each row of a 2D array.

4 Answers  


How many data structures are there in c?

0 Answers  


Explain about block scope in c?

0 Answers  


Stimulate calculator using Switch-case-default statement for two numbers

0 Answers   Wipro,


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 Answers   HCL, Qualcomm,


Categories