Dynamic Loading
Q4. What is Dynamic Linking?
Ans. It is accomplish by placing the name of the shared library in the executable image, actual linking with the library routine does not occur until the image is run, when both the executable and the library are placed in memory.