Function Header
The sum function takes two ints and returns an int.
int sum(int i, int j)
{
. . .
}
The function echo_line has no parameters and returns a value of type int.
int echo_line(void)
{
. . .
}
Previous slide
Next slide
Back to first slide
View graphic version