Multiple choice

Recursive procedures are implemented by

  1. queues

  2. stacks

  3. strings

  4. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Recursive procedures rely on the call stack to store return addresses, local variables, and parameters for each active function call.