Why main function is special give two reasons?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print fibonacci series using recursion?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
what is the difference between static variable and register variable?
How can I ensure that integer arithmetic doesnt overflow?
If I have a char * variable pointing to the name of a function ..
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
What is indirect recursion? give an example?
Explain Linker and Loader
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
who developed c and why he developed c?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
What is scanf () in c?