Explain the term static linking and dynamic linking.
Answers
Answered by
0
it is the question so u have to find answer
Answered by
1
Static linking is the result of the linker copying all library routines used in the program into the executable image.
a dynamic linker is the part of an operating system that loads and links the shared libraries needed by an executable when it is executed.
Similar questions