[prev] [index] [next]

C Program Structure

Each C program consists of
  • a collection of modules (separate .c files)
  • which are combined to form an executable (a.out)

[Diagram:Pic/compile.png]