β
Correct Answer: (C)
b() is tail recursive but a() isn’t
Explanation: a recursive function is tail recursive when recursive call is executed by the function in the last.
Explanation by: Mr. Dubey
a recursive function is tail recursive when recursive call is executed by the function in the last.
Discussion
Question Analytics
222
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
99%
Success Rate