MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements is true ? |
| A. | Recursion is always better than iteration |
| B. | Recursion uses more memory compared to iteration |
| C. | Recursion uses less memory compared to iteration |
| D. | Iteration is always better and simpler than recursion |
| Answer» C. Recursion uses less memory compared to iteration | |