A
function definition specifies the name of the
function, the types and number of parameters it expects to receive, and its return type. A
function definition also includes a
function body with the declarations of its local variables, and the statements that determine what the
function does.
read more >>