First, what is compilation?

**Compilation **is an automated process of conversion of a source code (script) into an object code.

In software terms, a Compiler compiles a script i.e. it converts the source code into object code. But, before the conversion, it checks for the presence of any syntax errors in the code, after which the code is converted into an object code.

Let us now have a look at the various phases of compilation.

#c programming #c #c# #c++

Compilation of a C program - Behind the 'screen'
1.25 GEEK