When the recursion occurs at the end of a function, an optimized compiler turns the recursive code into a simple loop, thus eliminating the function call inefficiency.
Answer the following statement true (T) or false (F)
True
Correct.
Computer Science & Information Technology