Multiple choice

The 'Towers of Hanoi' is an example of ____________ function in 'C' program.

  1. inline

  2. recursion

  3. nested

  4. none of these

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

Recursion is the process of calling a function by itself repeatedly.