difference between static and dynamic linking
Anonymous
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.
Check out your Company Bowl for anonymous work chats.