172k views
3 votes
Indirect recursion requires the same careful analysis as direct recursion.

True

False

1 Answer

4 votes

Answer: True

Explanation: Direct recursion is the process when a function call for itself and indirect recursion is the recursion process where a function calls another function and the result driven is the actual function . The aim of both the recursion process to provide with appropriate result by calling function so this declares that both the process indirect and direct recursion requite same careful analysis .

User Pako
by
5.5k points