Try this exercise. Is this statement true or false?
In a tail recursive function, the recursive call does not have to be the very last operation the function performs.
Press true if you believe the statement is correct, or false otherwise.
In a tail recursive function, the recursive call does not have to be the very last operation the function performs.
Press true if you believe the statement is correct, or false otherwise.