Compiler Linker Loader Question: Download OS Compiler Linker Loader PDF

What is dynamic linking?

Tweet Share WhatsApp

Answer:

Many operating system environments allow dynamic linking, that is the postponing of the resolving of some undefined symbols until a program is run. That means that the executable code still contains undefined symbols, plus a list of objects or libraries that will provide definitions for these. Loading the program will load these objects/libraries as well, and perform a final linking. Dynamic linking needs no linker.

Download OS Compiler Linker Loader PDF Read All 6 OS Compiler Linker Loader Questions
Previous QuestionNext Question
Explain linker?What is relaxation?