1.

Recursion is similar to which of the following?(a) Switch Case(b) Loop(c) If-else(d) if elif elseI had been asked this question in an interview.The above asked question is from Recursion topic in portion Recursion of Data Structures & Algorithms II

Answer»

The correct answer is (B) Loop

The BEST I can EXPLAIN: RECURSION is similar to a loop.



Discussion

No Comment Found

Related InterviewSolutions