CBSE Class 12 Computer Science Question 65 of 101

Functions — Question 33

Back to all questions
33
Question

Question 29

What is a recursive function? Write one advantage of recursive function.

Answer

A recursive function is a function that calls itself directly or indirectly in order to solve a problem.

One advantage of using recursive functions is their ability to solve problems in a simple and concise manner.