define between dynamic linking and dynamic loding?
Answers
Answered by
0
Answer:
Dynamic loading means loading the library (or any other binary for that matter) into the memory during load or run-time.
Dynamic linking refers to the linking that is done during load or run-time and not when the exe is created.
Answered by
3
Answer:
Dynamic loading means loading the library (or any other binary for that matter) into the memory during load or run-time. Dynamic linking refers to the linking that is done during load or run-time and not when the exe is created.
Similar questions