Join WhatsApp ChannelDaily MCQs & Exam Updates
Computer Science Hard PMS Uploaded: 13 Aug 2026

Which data structure is used to implement recursion internally?

  • A Tree
  • B Stack
  • C Queue
  • D Array
Correct Answer: Option B — Stack
Explanation:
Function calls in recursion are managed internally using a stack, called the call stack, which keeps track of function calls and their retur...
Submitted by: PaperMCQs
Related MCQs