Vidyalelo
Python · Q54

Functions in Python

Programming · Python · question 54

Q54

What is tail recursion?

A.
A recursive function that has two base cases
B.
A function where the recursive functions leads to an infinite loop
C.
A recursive function where the function doesn't return anything and just prints the values
D.
A function where the recursive call is the last thing executed by the function
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board