ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the advantage of recursive approach than an iterative approach?
Correct Answer: B — Less code and easy to implement
A recursive approach is easier to understand and contains fewer lines of code.