What is an endless loop?


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

Post New Answer

More C Interview Questions

what is the function of pragma directive in c?

0 Answers  


what does ‘#include’ mean?

1 Answers   TCS,


size maximum allocated by calloc()

3 Answers   DELL,


multiple of 9 without useing +,* oprator

3 Answers  


How do you determine the length of a string value that was stored in a variable?

0 Answers  






Explain about block scope in c?

0 Answers  


what does ‘segmentation violation’ mean?

1 Answers  


When is a “switch” statement preferable over an “if” statement?

0 Answers  


Define VARIABLE?

0 Answers   ADP,


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


What is memmove?

1 Answers   Oracle,


what is the definition of storage classes?

3 Answers   Wipro,


Categories