Friday, April 29, 2011

14 · Functions implementations

In this occasion we prototype, define and call the print_always_7() and sum() functions.

We review some basic function concepts like return and parameter types, prototype checking and calling a function that returns a value so that it is assigned to a local variable.

No comments: