1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Recursion is similar to which of the fol...
Q.

Recursion is similar to which of the following?

A. switch case
B. loop
C. if-else
D. if elif else
Answer» B. loop
Explanation: recursion is similar to a loop.

Discussion