English, asked by 9923841937, 8 months ago


define between dynamic linking and dynamic loding?

Answers

Answered by nigamsoni014
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 ridahussain86
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