Question: C++ Question: What must a function have to be considered a recursive function? Select all that apply! Select one or more: a. Maintain the index
C++ Question:

What must a function have to be considered a recursive function? Select all that apply! Select one or more: a. Maintain the index of the phase in the recursion b. An integer return value c. A base case d. If the function is named 'getSum' then there is a call to getSum inside the gesum function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
