Explanation: a recursive function is tail recursive when recursive call is executed by the function in the last.
Q. What is tail recursion?
β
Correct Answer: (D)
a function where the recursive call is the last thing executed by the function
Explanation by: Mr. Dubey
a recursive function is tail recursive when recursive call is executed by the function in the last.
Discussion
Question Analytics
477
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
92%
Success Rate