answersLogoWhite

0


Best Answer

When developing large programs, different people working at the same time can develop separate modules of functionality. These modules can then be "linked� to form a single module that can be loaded and executed. The modularity of programs, that the linking step in assembly language makes possible, provides the same convenience as it does in higher-level languages; namely abstraction and separation of concerns. Once the functionality of a module has been verified for correctness, it can be re-used in any number of other modules. The programmer can focus on other parts of the program. This is the so-called "modular" approach, or the "top-down" approach.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
User Avatar

arslan butt

Lvl 1
1y ago
Linker is an utility program that take object file, produced by compiler and assembler and other code join them into single executable file.
More answers
User Avatar

arslan butt

Lvl 2
1y ago

Linker is an utility program that takes object files, produced by assembler and compiler and other code join them into single executable file.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the advantages of linker?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the birth name of Amy Linker?

Amy Linker's birth name is Amy Meredith Linker.


Procedure for design of a linker?

what is the procedure for design of a linker ?


When was Irwin Linker born?

Irwin Linker was born in 1939.


How tall is Amy Linker?

Amy Linker is 5' 2".


Who is Julie Linker?

Julie Linker is the author of Disenchanted Princess and Crowned.


When did Zita Linker die?

Zita Linker died on 2009-01-26.


When was Zita Linker born?

Zita Linker was born on 1917-03-01.


What has the author Kate Linker written?

Kate Linker has written: 'Individuals' 'Love for Sale'


What has the author Joseph Burton Linker written?

Joseph Burton Linker has written: 'Mathematics of finance'


What is the linker?

linker is a subprogram,its written by one user and one source code file will exit. linker is a subprogram,its written by one user and one source code file will exit.


What is a linker as applied in programming?

linker is a program that combines the object files, to form executable file of our program.


What is linker error?

An error detected (or perhaps caused) by the linker. Examples: unresolved symbol, duplicated symbol.