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

Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


What are loops c?

0 Answers  


give an example of type casting by a simple c program

2 Answers   TCS,


yogesh patil in dell

3 Answers   DELL,


What is difference between main and void main?

0 Answers  






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

0 Answers  


What is the purpose of void pointer?

0 Answers  


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,


void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }

1 Answers  


how to write hello word without using semicolon at the end?

6 Answers   Accenture,


write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)

1 Answers   Bosch, College School Exams Tests,


Categories