πŸ“’ Too many exams? Don’t know which one suits you best? Book Your Free Expert πŸ‘‰ call Now!

  • google app store apple app store
  • βœ–

      Question

      In computer programming, what is

      recursion?
      A A function that returns multiple values Correct Answer Incorrect Answer
      B A method of sorting data Correct Answer Incorrect Answer
      C A function that calls itself Correct Answer Incorrect Answer
      D A loop that iterates indefinitely Correct Answer Incorrect Answer

      Solution

      Explanation: Recursion occurs when a function calls itself directly or indirectly, allowing problems to be solved in a divide-and-conquer approach.

      Practice Next
      ask-question