A
The general format of a function is
<Return type> <Function name> <Parameter list>{ local definitions; statements; Return value; }