1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Searching, Sorting and Hashing Technique...
  4. What is the advantage of recursive appro...
Q.

What is the advantage of recursive approach than an iterative approach?

A. Consumes less memory
B. Less code and easy to implement
C. Consumes more memory
D. More code has to be written
Answer» B. Less code and easy to implement
View all MCQs in:   Data Structures (DS)

Discussion