The Function Call
Passes program control to the function
Must match prototype in name andnumber and types of arguments
void PrintMessage (void);
main ( ) same name no arguments
{
PrintMessage ( );
}
Previous slide
Next slide
Back to first slide
View graphic version