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