PYTHON CIRCLE
Practice
Python Books
Archive
Tools
Contact
Subscribe
Menu
Practice
Python Books
Archive
Tools
Contact
Subscribe
1000 Python Questions
Get 1 Python question daily. Join this telegram channel
https://t.me/python1000questions
Advertise with us
Python Multiple Choice Questions
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
Show Answer
Next Question
Correct Answer:
D
Explanation: A recursive function is tail recursive when recursive call is executed by the function in the last.
SUBSCRIBE
Please subscribe to get the latest articles in your mailbox.
SUBSCRIBE
Please subscribe to get the latest articles in your mailbox.
© 2017-2020 Python Circle
Contact
Sponsor
Archive
Sitemap