The correct response is: decrementing the parameter.
This is because, in many recursive functions, you typically reduce the problem size (or the parameter) in each step to eventually reach the base case.
Responses
setting the parameter to zero
setting the parameter to zero
adding one to the parameter
adding one to the parameter
decrementing the parameter
decrementing the parameter
incrementing the parameter
1 answer
The correct response is: decrementing the parameter.
This is because, in many recursive functions, you typically reduce the problem size (or the parameter) in each step to eventually reach the base case.