Answer Posted / satya
k.. but what is the result.. i want some explanation... is
not it be recurssive..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a program flowchart and how does it help in writing a program?
What is New modifiers?
What is the purpose of 'register' keyword?
What is data structure in c and its types?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is a sequential access file?
how we can make 3d venturing graphics on outer interface
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is function in c with example?
What is the significance of an algorithm to C programming?
What is static volatile in c?
Tell us bitwise shift operators?
Write a program to print fibonacci series using recursion?
Why functions are used in c?
Why is main function so important?