CBSE Class 12 Computer Science Question 100 of 101

Functions — Question 12

Back to all questions
12
Question

Question 12

Recursion is defined as defining anything in terms of itself.

Answer

True

Reason — Recursion is defined as defining anything in terms of itself. In other words, it is a method in which a function calls itself one or more times in its body.