Explain what is Linker?
Linker: A huge program is divided in smaller programs termed as modules. A linker is a program that links smaller programs together to by a large program. As developing program subroutines that are stored in library file, are frequently used into the program. The linker also links these subroutines along with the main program.