Question

What is recursion in computer programming?

A A programming language Correct Answer Incorrect Answer
B A data structure Correct Answer Incorrect Answer
C A programming technique Correct Answer Incorrect Answer
D A software development methodology Correct Answer Incorrect Answer

Solution

Recursion is a programming technique where a function calls itself to solve a problem by breaking it down into smaller, simpler instances of the same problem.

Practice Next

Relevant for Exams:

×
×