(Choose 1 answer)
Select the statement that is most correct.
A. Tail recursion is a special case of recursion in which the first operation of the function, is a recursive call.
B. Tail recursion is a special case of recursion in which the last operation of the function, the tail call, is a recursive call.