What is a recursive function?

Questions & AnswersCategory: PythonWhat is a recursive function?
Geek Boy Staff asked 2 years ago

What is a recursive function?

a. A recursive function is a function that calls itself one or more times in its body.
b. A recursive function is a function that calls itself infinitely many times.
c. A recursive function is a function that can only be called once.