Function Header
The function print_stars has one parameter vol of type int and returns no value.
void print_stars(int vol)
{
. . .
}
The function print_prompt has no parameters and returns no value.
void print_prompt(void)
{
. . .
}
Previous slide
Next slide
Back to first slide
View graphic version