What is break statement?


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

Post New Answer

More C Interview Questions

In C language what is a 'dangling pointer'?

0 Answers   Accenture,


Explain the difference between malloc() and calloc() in c?

0 Answers  


what is function pointer?

2 Answers   Wipro,


What is structure packing ?

2 Answers   HP,


How many types of sorting are there in c?

0 Answers  






the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

0 Answers  


How to Throw some light on the splay trees?

0 Answers  


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


What is the difference between typedef struct and struct?

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

0 Answers  


Magic square

0 Answers  


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


Categories