4 steps successful Build (Big Figure Behind Compilation)
We all wanna be a coder ( that’s why you're going through this hefty blog, LOL ).So, Let us sort out the basic understanding behind Compilation and how does it work. What is meant by Compilation? Journey of A Source Code To Execution Code The process of translating source code written in high level to low level machine code is called as Compilation. The compilation is done by a special software known as compiler. The compiler checks source code for any syntactical or structural errors and generates object code with extension .obj (in Windows) or .o (in Linux) if source code is error free. How does a compiler understands what we want to do with a piece of code? The Answer Is The Header Itself....... ...