To get to the base case in a recursive function, we generally use decrementing the parameter. This approach reduces the problem size in each recursive call until it reaches the base case. Therefore, the correct response is:
decrementing the parameter