Qusइनमें से कौन सी पुनरावृत्ति के बारे में गलत है?
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