A

Admin • 832.70K Points
Coach

Q. Recursive approach to find power of a number is preferred over iterative approach.

  • (A) true
  • (B) false
  • (C) ---
  • (D) ---

Explanation by: Admin

the recursive code requires memory in call stack which makes it less preferable as compared to iterative approach.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.