InterviewSolution
Saved Bookmarks
| 1. |
Differentiate Between A Linker And Linkage? |
|
Answer» 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. 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. |
|