What is a recursive function?
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.