Q. Which is the most appropriate definition for recursion? (Solved)
1. a function that calls itself
2. a function execution instance that calls another execution instance of the same function
3. a class method that calls another class method
4. an in-built method that is automatically called
- b. a function execution instance that calls another execution instance of the same function