Dynamic Loading And Linking
To run a process, the entire process and its data must be in physical memory. Thus, the size of a process is limited to the size of physical memory. The dynamic loading and linking are run-time operations. Dynamic Loading The dynamic binding is a method to obtain better memory-space utilization. A routine is not loaded … Read more