πŸ“Š Python
Q. What is a recursive function?
  • (A) A function that calls all the functions of the program.
  • (B) A function that calls all the functions of the program except itself.
  • (C) A function that calls itself.
  • (D) There is no recursive function in Python.
πŸ’¬ Discuss
βœ… Correct Answer: (C) A function that calls itself.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
204
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tanmay
Publisher
πŸ“ˆ
91%
Success Rate