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. |
Login to Continue
It will take less than 2 minutes