what is Linker?
Answers were Sorted based on User's Feedback
Answer / jo
Linking is the process of combining various pieces of code
and data together to form a single executable that can be
loaded in memory.
Linking can be done at compile time, and also at run time
Static Loading and Linking
Dynamic Loading & Linking
| Is This Answer Correct ? | 33 Yes | 9 No |
Answer / niranjanamurthy
Linking is the process of combining various pieces of code
and data together to form a single executable that can be
loaded in memory. Linking can be done at compile time, at
load time (by loaders) and also at run time (by application
programs). The process of linking dates back to late 1940s,
when it was done manually. Now, we have linkers that support
complex features, such as dynamically linked shared
libraries. This article is a succinct discussion of all
aspects of linking, ranging from relocation and symbol
resolution to supporting position-independent shared
libraries. To keep things simple and understandable, I
target all my discussions to ELF (executable and linking
format) executables on the x86 architecture (Linux) and use
the GNU compiler (GCC) and linker (ld). However, the basic
concepts of linking remain the same, regardless of the
operating system, processor architecture or object file
format being used.
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / junaid khattak
Linker is a routine or module that links different files
with eacher if needed, while loader is a program/module
that loads only program from econdary memory to main
memeory.
| Is This Answer Correct ? | 17 Yes | 10 No |
What does it mean to restore default settings?
Explain the difference between trap and trapdoor?
Command Kill any user’s all processes.
Does more ram increase fps?
linked list is implemented by
List the sub-components of i/o manager in windows nt?
Critical section is?
Can you have 2 operating systems on one computer?
What is difference between deadlock and starvation?
Differentiate between RAM and ROM?
25 Answers CTS, Doli Systems, HK, IBM, Infosys, Wipro,
How much cpu usage is normal?
Explain some memory components.