CSCI 240 - Assignment 9 - Spring 2007
Points: 50
Due: Friday, April 6, 3 pm
This assignment is a simple modification of Assignment 8, which is why it is worth only 50 points and why it is due on Friday.
Modify the code you wrote for assignment 8 to pass the modifiable arguments to the appropriate fucntions by address instead of by reference. Obviously, this will require changes in the calling code, several function prototypes and headers, and as well as to code in some of the functions.
That's it.