Preliminaries

How modules begin and end

Typical program starts with a main() function, and terminates after all instructions in the main() function are completed.