Programming Concepts

Choose the correct description of Recursion.

Correct answer

A. A technique where a function calls itself to solve smaller instances of a problem.

Explanation

Recursion refers to a technique where a function calls itself to solve smaller instances of a problem.