Welcome to Westonci.ca, where your questions are met with accurate answers from a community of experts and enthusiasts. Join our platform to get reliable answers to your questions from a knowledgeable community of experts. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

In a recursive function, what is used to determine whether to stop or to continue with another recursive step

Sagot :

Recursive functions are functions whose execution is called from within itself

A condition is used to stop or continue another recursive step

When does a recursive function stop?

As implied earlier, the execution of a recursive function is from within the function itself.

This means that the recursive function will continue its execution, until a condition is met.

This condition is used to determine the execution or the termination of the recursive process

Hence, a condition is used to stop or continue another recursive step

Read more about recursive functions at:

https://brainly.com/question/6561461