A recursive function would result in infinite recursion, if the following were left out:

Options
- Base call
- Recursive call
- Subtraction
- Local variable declarations


CORRECT ANSWER : Base call

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement