Linker


)Also called link editor and binder, a linker is a program that combines object modules to form an executable program. Many programming languages allow you to write different pieces of code, called modules, separately. This simplifies the programming task because you can break a large program into small, more manageable pieces. Eventually, though, you need to put all the modules together. This is the job of the linker.

In addition to combining modules, a linker also replaces symbolic addresses with real addresses. Therefore, you may need to link a program even if it contains only one module.

Read Also:

  • linkrot

    Internet slang for the condition where hypertext links lead nowhere because Web sites have removed Web pages or reorganized them. Also known as outdated links. To prevent linkrot, Web sites can add redirects, which automatically take users to the correct URL, or, they can provide the new and correct url on the old page.

  • list

    (v.) To display data in an ordered format. For example, the LIST command in BASIC displays lines of a program. (n.) Any ordered set of data.

  • list hygiene

    The term used to describe the process of maintaining an e-mail subscriber list. List hygiene includes taking care of unsubscribe requests, removing e-mail addresses that bounce, updating user e-mail addresses, and so on.

  • listing

    A printout of text, usually a source program.

  • listwashing

    The removal of an email address from an email list when the address owner complains about receiving spam messages. In this scenario, the e-mail list was not created using opt-in subscription lists. Only those who complain about being spammed are removed, and others on the list who do not complain will continue to be spammed. […]


Disclaimer: Linker definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.