Vidyalelo
Python · Q165

Functions in Python

Programming · Python · question 165

Q165

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
Answer
C.
A class method that calls another class method
D.
An in-built method that is automatically called

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board