Saved Bookmarks
| 1. |
What is linker in operating system |
|
Answer» is a program that takes ONE or more objects GENERATED by a COMPILER and combines them into a single executable program. • Loader is the part of an operating system that is responsible for LOADING programs from executables (i.e., executable files) into memory, preparing them for EXECUTION and then executing them. |
|