SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

MISCELLANEOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
During translation, linkers and loader are used to ____
A
Bring code from libraries into the code you are translating
B
Put the code on the internet
C
Find errors in the code
D
Translate assembly code into machine code
Explanation: 

Detailed explanation-1: -A shared library is an object module that, at run time, can be loaded at an arbitrary memory address and linked with a program in memory. The process is known as dynamic linking and is performed by a program called a dynamic linker.

Detailed explanation-2: -The job of the linker is to combine these object files and, in the process, to resolve all of the unresolved symbols. The output of the linker is a new object file that contains all of the code and data from the input object files and is in the same object file format.

There is 1 question to complete.