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

1 answer

The act of a function calling itself in recursion is described as the recursive case.