Programming Concepts

A technique where a function calls itself to solve smaller instances of a problem. What is this concept called?

Correct answer

A. Recursion

Explanation

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