For example,
main( )
{
int x, y;
……….
……….
message( ); //function is invoked
}
message( )
{
//body of the function
}
These functions receive no argument and return no value. Such functions may take data from either
external or internal sources.
It is also possible to eliminate the function declaration, but only if the function is defined
Do'stlaringiz bilan baham: