☑Kizspy.me
(Choose 1 answer)
☐ A
Back
Next
Given the following code
def f(n):
if(n==1):
return 1
return n*f(n-1)
The recursion ends when the number reduces to 1. This is called?
A. The base case
B. The conductive case
C. Function call
D. Nothing
FUQ.sh
sh the exam.