What are advantages and disadvantages of recursive
calling ?
Answer Posted / morfy
Use of recursion in an algorithm has both advantages and
disadvantages. The main advantage is usually simplicity.
The main disadvantage is often that the algorithm may
require large amounts of memory if the depth of the
recursion is very large. High memory consumption is due to
large function call number (recursion means that function
calls itself multiple times).
| Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
How can I ensure that integer arithmetic doesnt overflow?
What does == mean in texting?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What do you mean by c what are the main characteristics of c language?
Can we change the value of static variable in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Wt are the Buses in C Language
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is a list in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Why clrscr is used in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
All technical questions
Why do we need volatile in c?
What does it mean when the linker says that _end is undefined?