POP Unit 3 Linker and Loader
POP Unit 3 Linker and Loader
A program that takes one or more object file and combine them
into a single executable file.
It performs the process of linking. Linkers are also known as
link editors.
It takes different object modules from compiler as input and
forms an executable file as output for the loader. Linking is
performed at the last step in combining a program.