TPL2
TPL2
Converting a high-level language into a low-level language takes multiple steps and involves many
programs apart from the Compiler. Before the compilation can start, our source code needs to be
preprocessed. After the compilation, our code needs to be converted into executable code to execute
on our machine. These essential tasks are performed by the preprocessor, assembler, Linker, and
Loader. They are known as the Cousins of the Compiler.