What is Linking and Linker in C Programming Language ?



Linking and Linker


Hey buddy!, before understanding about linking and linker. Let's talk about some cconcept related to Compilation Process.

The whole Compilation Process is divided into two phases:-

First phase is the, translation of High-level Programming Language into Machine Language. 

And the second phase include the gluing or you can say joining of our Executable Code with the Executable Code provided by the developers.

The joining of the two Executable codes is know as Linking and the program that makes it happen is Linker.

Comments