Ask Question
25 October, 18:57

The general case in a recursive function is the case for which the solution is obtained directly.

True

False

+2
Answers (1)
  1. 25 October, 21:50
    0
    Answer: False.

    Explanation:

    The general case of recursive function is when the solution is obtained recursively by simplification at each step.

    However, it is the base case in a recursive function when the solution is obtained directly.

    The general case must be reducible to base to arrive at a solution else the recursion would be a infinite recursion.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The general case in a recursive function is the case for which the solution is obtained directly. True False ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers