Interview Questions

Differentiate between a linker and linkage?

C Interview Questions and Answers


(Continued from previous question...)

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.

(Continued on next question...)

Other Interview Questions