adplus-dvertising
frame-decoration

Question

Which is the most appropriate definition for recursion?

a.

A function that calls itself

b.

A function execution instance that calls another execution instance of the same function

c.

A class method that calls another class method

d.

An in-built method that is automatically called

Posted under Python

Answer: (b).A function execution instance that calls another execution instance of the same function

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which is the most appropriate definition for recursion?