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 satisfies the following pre- and post-conditions:

PRE: base is an int, and exponent is an int >= 1

POST: the function returns base raised to the exponent power