

McqMate
Q. |
Recursive approach to find power of a number is preferred over iterative approach. |
A. | true |
B. | false |
Answer» B. false | |
Explanation: the recursive code requires memory in call stack which makes it less preferable as compared to iterative approach. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet