Question
When performing a recursion, how do you describe the act of a function calling itself?(1 point)
Responses
backward phase
backward phase
recursive case
recursive case
forward phase
forward phase
base case
Responses
backward phase
backward phase
recursive case
recursive case
forward phase
forward phase
base case
Answers
GPT-4o mini
The act of a function calling itself in recursion is described as the **recursive case**.