Q. Which of the following is true about recursion? (A) Recursion provides a clean and simple way to write code. (B) The recursive program has less space requirements than iterative program (C) The principle of stack is FIFO (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Recursion provides a clean and simple way to write code.