Multiple Choice
A recursive function includes __________ which are not necessary in a loop structure.
A) function calls
B) conditional clauses
C) overhead actions
D) object instances
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: What is the second step to take
Q12: All the cases of a recursive solution
Q13: Each time a function is called in
Q14: If a problem can be solved immediately
Q15: If a recursive solution is evident for
Q17: A function is called from the main
Q18: A problem can be solved with recursion
Q19: A recursive function must have some way
Q20: A problem can normally be solved with
Q21: The base case is the case in