Compilation process in c programming language | by dubebox

preview_player
Показать описание
In this video, We will understand the compilation process in c programming language.

When we use some integration development environment for compilation and execution of our source code , many things are hidden to us. Internally it does several things for us, which is unknown to us.

If you want to be an expert in C , or want to work at low level, you must understand the complete compilation process.
We issue some gcc command, and it gives the output executable file test dot exe .
There are four engines involved in-between for generating executable file.

First one , Pre-processor .

Second one , Assembler .

Third one , Compiler .

And last one , Linker .

#cprogramming #compiler #bydubebox
Рекомендации по теме