What is break in c?


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

Post New Answer

More C Interview Questions

which operator is known as dummy operator in c?

2 Answers   Wipro,


How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?

4 Answers   NIIT,


int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 Answers  


code for inverse a matrix

0 Answers  


Explain enumerated types in c language?

0 Answers  






c program to subtract between two numbers without using '-' sign and subtract function.

2 Answers  


How are portions of a program disabled in demo versions?

0 Answers  


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

0 Answers  


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

0 Answers  


what are bit fields in c?

0 Answers  


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 Answers   Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,


Categories