/linker

Writing Dynamic Linker in C/C++

What is a linker :

In computing , a linker or link editor is a computer system program that takes one or more object files (generally generated by a compiler or an assembler) and combines them into a single executable file, library file, or another 'object' file. (src:: wiki)

learning