Skip to content
Snippets Groups Projects
Commit 58a3e7dc authored by Mactavish's avatar Mactavish
Browse files

update

parent 210350d4
Branches
No related tags found
No related merge requests found
# C Programming Language Review
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:
![](./images/c-compilation.png)
images/c-compilation.png

93.7 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment