
Lesson 18-3: Structured Variables
Recursion | 459
Name __________________________________________ Date _______________________
Section _________________________________________
Exercise 1: Write a recursive void function that prints out the values in an array with limit valid
elements. Write a driver that uses file recursive to test your function.
Exercise 2: Write a recursive value-returning function that returns the smallest value in an array
with limit valid elements. Write a driver that uses file recursive to test your function.
Exercise 3: Write a recursive void function that prints out the values in a linked list.
Exercise 4: Is Exercise 1 a good ...