explain what is an endless loop?
No Answer is Posted For this Question
Be the First to Post Answer
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
why the execution starts from main function
Why does not use getgh(); and <conio.h> in c language.
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What should not contain a header file?
could u able to tell about suresoft technical session
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
What is the usage of the pointer in c?
Is c a great language, or what?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
How many types of operator or there in c?
ATM machine and railway reservation class/object diagram