What is infinite loop?
No Answer is Posted For this Question
Be the First to Post Answer
4. main() { int c=- -2; printf("c=%d",c); }
what is the use of using linked list and array?
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(); }
Is main an identifier in c?
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?
how to find the binary of a number?
why Language C is plateform dependent
how should functions be apportioned among source files?
What is pointer to pointer in c language?
What is the usage of the pointer in c?