Multiple Choice
If the problem cannot be solved now, then a recursive function reduces it to a smaller but similar problem and _____.
A) exits
B) returns to the main function
C) returns to the calling function
D) calls itself to solve the smaller problem
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: A function is called from the main
Q23: In many cases a solution using recursion
Q24: Function A calls function B, which calls
Q26: Recursion is _.<br>A) never required to solve
Q27: What defines the depth of recursion?<br>A) The
Q29: When function A calls function B, which
Q30: What is referred to as the recursive
Q32: All the cases of the recursive solution
Q33: The base case does not require _,so
Q33: If the problem can be solved immediately