In a switch statement, explain what will happen if a break statement is omitted?


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

Post New Answer

More C Interview Questions

/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


What is a static variable in c?

0 Answers  


Describe the order of precedence with regards to operators in C.

0 Answers  


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


to get a line of text and count the number of vowels in it

2 Answers  






What is C++

4 Answers  


WHAT IS HIGH LEVEL LANGUAGE?

2 Answers  


Explain in detail how strset (string handling function works )pls explain it with an example.

1 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


Why enum is used in c?

0 Answers  


what is c?

7 Answers   Tech Mahindra,


What is the hardest programming language?

0 Answers  


Categories