Multiple Choice
Every time a recursive function call is executed, a new __________ is put on the top of the stack.
A) Activity frame
B) Activity record
C) program
D) Activation frame
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: To ensure that your function recurses correctly
Q11: What is the output of the following
Q12: What is the output of the following
Q13: The factorial of an integer is the
Q15: What is the output of the following
Q17: The factorial of an integer is the
Q18: What is the output of the following
Q19: If the recursive function call does not
Q35: What is wrong with the following recursive
Q35: What is wrong with the following recursive