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
If fflush wont work, what can I use to flush input?
What functions are in conio h?
i got 75% in all semester am i eligible for your company
What is memory leak in c?
What are the key features in c programming language?
What is the difference between array_name and &array_name?
What is unsigned int in c?
What is const volatile variable in c?
What is #define?
What is the purpose of realloc()?
What is line in c preprocessor?
How can I do graphics in c?
What is hashing in c?
How can you find the exact size of a data type in c?
What does static variable mean in c?