Flow Control
Basic Program Flow
- No "main" function
- Statements executed from start to end of file (outside subroutines)
- Execution continues until
- End of file is reached
- exit(int) is called
(The int value is returned to the O.S. shell)
- Fatal error occurs