You are on page 1of 1

Compilation Process:

Preprocessing: excludes comments, insert values of # macro’s and define, insert .c files
instead of included header files.
Compilation: Translate high level source code to assembly instructions.
Assembly: convert to machine/object code
Linking: include library function and convert to executable code……out for linux and .exe for
windows

You might also like