InterviewSolution
Saved Bookmarks
| 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 |
|