what are the advantage and disadvantage of recursion
Answer Posted / suman boddukuru
Advantage : Perform an action untill a condition
satisfies,Also for the repetative calls for inputting and
etc.
Disadvantage: If it encounters the infinite looping then
the stack overflow occurs it will cause ssem crash...
| Is This Answer Correct ? | 32 Yes | 8 No |
Post New Answer View All Answers
How to find a missed value, if you want to store 100 values in a 99 sized array?
Can main () be called recursively?
How are strings stored in c?
What is the size of array float a(10)?
What is the size of a union variable?
What is array of pointers to string?
What is the difference between functions getch() and getche()?
What is pass by reference in functions?
What is the use of a semicolon (;) at the end of every program statement?
How can I change the size of the dynamically allocated array?
What is the difference between a free-standing and a hosted environment?
If I have a char * variable pointing to the name of a function ..
How can I convert a number to a string?
How do you define structure?
Explain how can I prevent another program from modifying part of a file that I am modifying?