Writing C Programs
The programmer uses a text editor to create or modify files containing C code.
C code is also called source code
A file containing source code is called a source file
After a source file has been created, the programmer must invoke the C compiler.