Mark As Completed Discussion

Let's test your knowledge. Click the correct answer from the options.

Which of the following statements are correct?

Click the option that best answers the question.

  • Recursion should be used when the problem is repetitive
  • Iteration cannot be used on every recursive problem
  • Iteration uses activation stack
  • Recursion uses less memory as compared to iteration