1.

Which of these is false about recursion?

A. recursive function can be replaced by a non-recursive function
B. recursive functions usually take more memory space than non-recursive function
C. recursive functions run faster than non- recursive function
D. recursion makes programs easier to understand
Answer» D. recursion makes programs easier to understand


Discussion

No Comment Found