Differentiate between a linker and linkage? 

A linker converts an object code into an executable code by linking together the necessary build in functions. The form and place of declaration where the variable is declared in a program determine the linkage of variable.

Showing Answers 1 - 1 of 1 Answers

Linker are used to convert the object code to executable codes where as linkage to a variable determines the deceleration of the variables declared in the given program.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions