Lecture 7 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

Write a recursive C function that will determine the sum of the numbers stored in an int array. The function is given the name of the array and the number of elements in the array. Here is the function heading:

int sumElements (int theArray[], int size)