Computer Science, asked by krishna901209, 11 months ago

recursive function programming logic​

Answers

Answered by Zisha7
1

Answer:

In programming term a recursive function can be defined as the routine that calls itself directly or indirectly.

Using recursive algorithms, certain problem can be solved quite easily. Tower of Hanoi (TOH) is one such programming exercise.

Similar questions