Vidyalelo
Data Structure · Q890

Miscellaneous on Data Structures

Programming · Data Structure · question 890

Q890

What is the advantage of iterative code for finding power of number over recursive code?

A.
Iterative code requires less time
B.
Iterative code requires less space
Answer
C.
Iterative code is more compiler friendly
D.
It has no advantage

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board