explain what is an endless loop?
No Answer is Posted For this Question
Be the First to Post Answer
which type of aspect you want from the student.
write a c program to calculate sum of digits till it reduces to a single digit using recursion
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
What was noalias and what ever happened to it?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
How to define structures? ·
How can I use a preprocessorif expression to ?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What does 4d mean in c?
Why calloc is better than malloc?
What is New modifiers?
Difference between goto, long jmp() and setjmp()?