C
Programming and Technical
Q. Differentiate between a linker and linkage?
A. 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.
Read Solution (Total 0)
C Other Question