الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 9/18
What happens if a recursive function does not have a base case?
The function will stop immediately
The function will run forever, causing a stack overflow
The function will return an error
The function will automatically add a base case
Previous
Next