Ask Question

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

True

False

+1
Answers (1)
  1. 20 May, 01:53
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers