Question: What does recursion mean in programming?
Options:
Correct Answer: A function calling itself
Solution:
Recursion in programming refers to a function that calls itself to solve a problem.