Showing posts with label function definition. Show all posts
Showing posts with label function definition. Show all posts

Friday, 29 April 2011

14 · Functions implementations

2 Functions are prototyped, defined and called: print_always_7() which is a function used for its side-effects and sum() which is a pure function(used for the return value)