Lecture 13:  Pointer Parameters

Activity:  Application Cards



We have just seen the syntax and purpose for using pointer parameters.  Name three functions for which you would use pointer parameters.  For this activity, please describe the following:  1) function name, 2) function parameters, 3) function description, 4) return values.  Please indicate which parameters are pointer parameters.  You do not need to write C code for this activity -- just descriptions of the functions.

You may want to think about previous homework assignments.  Where would you use pointer parameters?