Give the three criteria for a correct recursive void-function.

What will be an ideal response?

a) The recursion terminates.
b) The stopping case performs the correct action for that case.
c) For each recursive case, if the recursive call perform the correct action for that
case, then the entire case performs correctly.

Computer Science & Information Technology

You might also like to view...

To increase network security, a router can restrict access to only specified ________ addresses

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which button is NOT located in the Find and Replace dialog box?

A) Find All B) Replace Next C) Find Next D) Replace All

Computer Science & Information Technology