Assume tail recursion is supported, what is the maximum number of the activation records when running ComputeFactorialTailRecursion.java with input 3?
Count invoking the main method as 1 activation record.
a. 1
b. 2
c. 3
d. 4