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