COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Assembler
|
|
Compiler
|
|
Linker
|
|
Loader
|
Detailed explanation-1: -Linker. Linker is a computer program that links and merges various object files together in order to make an executable file.
Detailed explanation-2: -What is a Linker? A linker is an important utility program that takes the object files, produced by the assembler and compiler, and other code to join them into a single executable file. There are two types of linkers, dynamic and linkage.
Detailed explanation-3: -A linker is a program in a system, also known as a link editor and binder, which combines object modules into a single object file.
Detailed explanation-4: -Linking is the final stage of compilation. It takes one or more object files or libraries as input and combines them to produce a single (usually executable) file.