Petr
0
Q:

functions return type in c

// Function Declaration		:: int function (int);
// Function Call			:: function( x );
// Function Return Type		:: int
// Function Definition		::
int function(int x)
{
	// statements;
	return x;
}
0

New to Communities?

Join the community