What is infinite loop?


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

Post New Answer

More C Interview Questions

4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


what is the use of using linked list and array?

10 Answers   Infosys, TCS,


main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }

5 Answers   Amazon, HCL, Thought Works,


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


Is main an identifier in c?

0 Answers  


Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 Answers   IBM, TCS,


what are the different storage classes in c?

0 Answers   TCS,


how to find the binary of a number?

10 Answers   Infosys,


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


how should functions be apportioned among source files?

0 Answers  


What is pointer to pointer in c language?

0 Answers  


What is the usage of the pointer in c?

0 Answers  


Categories