Q & A by Maninder Singh

Question:

QUESTION: What is recursion in programming?

Answer:

Recursion is like a Russian nesting doll. It's when a function calls itself to solve a problem in smaller and smaller pieces.