Lecture 8:  Function Parameters

Activity:  Memory Matrix



Fill out the following matrix.  The first column lists the concepts associated with a function.  In the second column, write yes or no depending on if this concept is necessary for a function definition.  In the third column, write the possible number of uses of each concept for a function definition.
 
 
Concept Necessary (yes/no) If used, how many are possible?
Local Variables    
Return Statement    
Return Value    
Parameters    
Function Name    
Return Type    
Prototype