Logo 
Search:

Assembly Language FAQ

Submit Interview FAQ
Home » Interview FAQ » Assembly LanguageRSS Feeds

What is linker?

  Shared By: Reiner Fischer    Date: Dec 10    Category: Assembly Language    Views: 1749

Answer:

A linker is a program used to join together several object files into one large object file. For large programs it is more efficient to divide the large program modules into smaller modules. Each module is individually written, tested & debugged. When all the modules work they are linked together to form a large functioning program.

Share: 
 

Didn't find what you were looking for? Find more on What is linker? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: