Join WhatsApp ChannelDaily MCQs & Exam Updates
Computer Science Medium CSS Uploaded: 13 Aug 2026

What is recursion in programming?

  • A A syntax error
  • B A type of variable
  • C A function calling itself
  • D A loop that never ends
Correct Answer: Option C — A function calling itself
Explanation:
Recursion is a programming technique where a function calls itself to solve smaller instances of a problem, typically with a defined base ca...
Submitted by: PaperMCQs
Related MCQs