difference between static and dynamic linking
Sigiloso
In static linking,the external libraries that are required for program are linked during compile time whereas in dynamic linking they are stored along with executable file in memory and linked during run time.