Why isnt there a numbered, multi-level break statement to break out


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

Post New Answer

More C Interview Questions

here is a link to download Let_Us_C_-_Yashwant_Kanetkar

3 Answers   Microsoft,


Why is c called a structured programming language?

0 Answers  


If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

5 Answers   Microsoft, Motorola,


What is c mainly used for?

0 Answers  


Explain logical errors? Compare with syntax errors.

0 Answers  






what is the maximum no. of bytes calloc can allocate

4 Answers   Mphasis,


What is a built-in function in C?

1 Answers  


What is printf () in c?

0 Answers  


Explain what header files do I need in order to define the standard library functions I use?

0 Answers  


What is the general form of #line preprocessor?

0 Answers  


When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


What is New modifiers?

0 Answers   NA,


Categories