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.
2.2k
0
Do you find this helpful?
19

Discussion

No comments yet