

InterviewSolution
Saved Bookmarks
1. |
What is linker |
Answer» A linker or link editor is a computer program that takes one or more object files generated by a compiler and combines them into a single executable file, library file, or another \'object\' file.It is also called link editor and binder, a linker is a program that combines object modules to form an executable program. | |