Answer TRUE or FALSE.
Infinite recursion can occur if some recursive call does not reduce the problem in a manner that allows it to eventually converge into the base case.
What happens if some recursive call does not make the problem smaller?