MCQs > IT & Programming > Python > What is a base case in a recursive function?

Python MCQs

What is a base case in a recursive function?

Answer

Correct Answer: A base case is the condition that allows the algorithm to stop recursing. It is usually a problem that is small enough to solve directly.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it