answersLogoWhite

0


Best Answer

linker:

linker is used to change an object code into an executable code by linking together the necessary built in functions.

linkage:

the place where we used to declare a variable of a program is called the linkage of a variable.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between linker and linkage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is there a difference between Game Boy Color and advanced cable linker?

yes


What is the difference between linkage map and karyotype?

One is a a map of the relative locations and the other is a picture.


Why would you use the word linkage versus link in a sentence?

If what you're asking is what's the difference between the words 'linkage' and 'link', it's something I've been puzzling about too.I think that you can find a link between two or more things and linkage would be the thing that connects them. So, A and B can be LINKED with a LINKAGE.


What is the difference between magnetic flux magnetic flux densitymagnetic flux linkage?

light speeeed mofos


What is the difference between salivary amylase and pancreatic pytlin?

Salivary amylase breaks 1-4 Linkage whereas Pancreatic amylase breaks 1-6 linkage in Polysacharides


What is difference between aggregation and agglomeration?

Aggregation means Linkage the molecules with each other in a way that allows for these molecules translational somewhat.agglomeration means linkage the molecules with each other strongly.


Which one is right for your applicationDVC6200 valve positioner vs. DVC6000 valve positioner?

DVC6000 vs DVC6200: The main difference between the two petitioners is linkage. A DVC6200 has a magnetic linkage, while the DVC6000 has a mechanical linkage. A high vibration setup will cause more variance in the readings if you use a mechanical linkage, as well as contribute more wear and tear to the linkage.


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".


What is difference between assembler and linker?

There is no definite term "assembler" in compilation process. It is more like "compiler" and "linker". Assembler usually refers to a compiler of machine language: http://en.wikipedia.org/wiki/Assembly_language So you probably mean difference between compiler and linker? Lets say you have a 3 module program, and it uses a 3rd party library, then the compiler will just compile each of your modules (separately) into binary pieces, which have "unclosed" references to abovementioned library and other 2 modules. After u have 3 binary pieces comes in "linker" it attaches those "unclosed" (or unlinked) links to other modules and library, therefore giving you working program file (.exe file for example). Really hard to say that without a schema or something like that:) Hope this answer helped you.