What is the role of a base case in a recursive algorithm?
To end the recursion
To store the result
To check for errors
To initialize the recursion

Computing Exercises are loading ...