This document is not intended to be a primer on the C programming language. It only gives you the essential information you need to complete your programming assignments.
## C Compilation Process
Unlike other interpreted programming languages, we use compilers to compile C written programs.
A full compilation in C is depicted in the following figure: