Multiple Choice
function A calls function B, which calls function C, which calls function A. This is called _____ recursion.
A) continuous
B) direct
C) three function call
D) indirect
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: A problem can be solved with recursion
Q4: The process of calling a function requires
Q10: A solution using a(n)_ is usually more
Q12: What is the first step that needs
Q19: A recursive function must have some way
Q20: Some problems are _ solved with recursion
Q26: Recursion is _.<br>A) never required to solve
Q27: What defines the depth of recursion?<br>A) The
Q32: All the cases of the recursive solution
Q33: If the problem can be solved immediately