Computer Science, asked by barackmario94, 1 year ago

Recursive functions are considered to be elegant and clear but that comes with underlying costs. Which of these set of statements is the correct list of disadvantages of using recursive functions?

Answers

Answered by sajida3150
2

Disservices OF RECURSION: Fairly slower than its iterative arrangement. For each progression we make a recursive call to a capacity. For which it involves huge measure of stack memory with each progression.  

Disadvantage:

Recursion in software engineering is a strategy for taking care of an issue where the arrangement relies upon answers for littler examples of a similar issue. The methodology can be connected to numerous sorts of issues, and recursion is one of the focal thoughts of software engineering.

Similar questions
Math, 1 year ago