Answer:
b. Linker
Explanation:
Linker is a program which performs the process of linking.
Object modules of program are linked into a single object file using the linker.
It is also called link editors.
It is a process in which data and piece of code is collected and maintained into a single file.
It also links a specific module into system library.