Q & A by Maninder Singh

Question:

QUESTION: What is recursion in programming?

Answer:

Recursion is like a programming technique where a function calls itself to solve a problem. It's often used for tasks that can be broken down into smaller, similar subproblems.