Look Up Another Term


Definition: linker


A utility program that connects a compiled or assembled program to a particular environment. Also known as a "link editor," the linker unites references between program modules and libraries of subroutines. Its output is a load module, which is executable code ready to run in the computer. See executable code and bind.