Sail E0 Webinar
Question
Which of these is false about recursion?
Options:
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: Option C


The speed of a program using recursion is slower than the speed of its non-recursive equivalent.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers