...

/

Quiz Yourself on Recursion

Quiz Yourself on Recursion

Test your knowledge of recursion.

We'll cover the following...

Quiz

1.

(True or False) If a recursive function uses three variables, a, b, and c, the same set of variables are used during each recursive call.

A.

True

B.

False


1 / 9