Page 1 of 1

What is tail recursion?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
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