Ask Question
26 January, 19:19

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

True

False

+2
Answers (1)
  1. 26 January, 21:05
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers