Why we use break in c?


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

Post New Answer

More C Interview Questions

Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????

3 Answers   TCS,


Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


Explain 'bit masking'?

0 Answers   EXL,


Explain how can I avoid the abort, retry, fail messages?

0 Answers  






Is c easy to learn?

0 Answers  


Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17

0 Answers  


in malloc and calloc which one is fast and why?

1 Answers  


Is c still used?

0 Answers  


program for swapping two strings by using pointers in c language

1 Answers  


What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?

1 Answers   Groupon,


Categories