(Choose 1 answer)
What are the advantages of recursive programming over iterative programming?
A. Recursion provides a clean and simple way to write code
B. The recursive program has greater space requirements than the iterative program
C. The recursive program has greater time requirementsthan the iterative program
D. None of the others
49