1.1 Overview
Functions as program modules
Control flow within a program
The special function named main
Passing arguments to a function
Returning a value from a function
Writing functions that take a variable number of arguments
C distinguishes between function declarations, which show how a function is to be called, ...