Compiler

The compiler is similar to the assembler. It converts high-level source code (such as C) into low-level code or directly into an object file. Therefore, once the output file is created, the previous process will be executed on the file. The end result is an executable file.

This is important background knowledge, and although we will not cover the entire, process it is important to know the differences.

Last updated