Calling Functions

Example:

int main () { int a, b, c; float average; a = 3; b = 4; c = 5; average = Average3 (a, b, c); PrintResult (average); b = Sum10 (); PrintResult ((float)b); return (0); } Notes:


Main Page Previous Next

Last Modified 26 September 2000