Kizspy | Question: 13
(Choose 2 answers)
Which of the following are benefits of using recursion in programming? Choose correct answers.
A. Simplifies the code for problems that have a repetitive structure
B. Improves the execution speed of all algorithms
C. Makes it easier to solve problems that can be broken down into smaller, similar sub-problems
D. Eliminates the need for loops in all scenarios
E. Helps in reducing the use of global variables