What is the Difference between Loading and Linking ?
Answer Posted / thejaswi
Linker is a program that helps to link various pieces of code or data together to form a single executable file that can be loaded into memory
Loader is a program that helps in copying the program image from hard disk to main memory in order to put the program in a ready to run state.
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
What are types of operating system?
What is the Difference between a process and a thread?
Explain the difference between logical & physical address.
What is LiveLock?
What causes a page fault?
Explain cycle stealing?
What is the purpose of using the yield method of thread class?
What layer is http?
What is the basic function of paging?
How do you kill pid?
Explain some memory components.
How do I sort files?
How do I completely remove all traces of a program?
How do I check for memory leaks?
Explain a system in safe state?