Examining PrintMessage
#include <stdio.h>
void PrintMessage (void); function Prototype
main ( )
{
PrintMessage ( ); function call
}
void PrintMessage (void) function header
{
printf (“A message for you:\n\n”); function
printf (“Have a Nice Day!\n”); body
}
Previous slide
Next slide
Back to first slide
View graphic version