Difference between iterative interpretation and recursive interpretation
Answers
Answer:
Key Differences between Recursion and Iteration
A conditional statement decides the termination of recursion while a control variable’s value decide the termination of the iteration statement (except in the case of a while loop).
Infinite recursion can lead to system crash whereas, infinite iteration consumes CPU cycles.
Recursion repeatedly invokes the mechanism, and consequently the overhead, of method calls. This can be expensive in both processor time and memory space while iteration doesn’t.
Recursion makes code smaller while iteration makes it longer.
These are some of the key differences between iteration and recursion. I hope this has been explanatory.
Hope this may help you
Please mark the answer as brainlist
Please follow me
Melting of wax is reversible change because it can be shaped again
Burning of wax is irreversible change because when it is burned it get evaporated.