A recursive function is tail recursive if the final result of the recursive call is the final result of the function itself.
確定! 回上一頁