What happens if a recursive function never reaches a base case?

a. the function returns the correct value
b. the function returns an incorrect value
c. the function terminates immediately
d. an infinite sequence of recursive calls occurs

d. an infinite sequence of recursive calls occurs

Computer Science & Information Technology

You might also like to view...

To modify a named range, you select its name in the Name Box, then click Name Manager in the ________ tab

A) Defined Names group on the Home B) Edit Names group on the Formulas C) Edit Names group on the Home D) Defined Names group on the Formulas

Computer Science & Information Technology

2-3 tree and 2-4 trees are examples of

a) binary trees b) binary search trees c) heaps d) B-trees e) None of these is correct

Computer Science & Information Technology