Multiple choice

Recursive functions are executed in

  1. LIFO

  2. FIFO

  3. parallel fashion

  4. All of the above

  5. None of these

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

A recursive function uses the stack.