T Tanmay π Master β 2.43K Points π 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. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) A function that calls itself.