What is the difference between static link library and
dynamic link library?
Answer Posted / achal ubbott
Above answers are correct. In case of Dynamic Library your
executable will look up for the code at run time. E.g. when
running some exe it looks for help from some .dll files
provided by windows operating system. So we call this
dynamic linking.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Does a derived class inherit or doesn't inherit?
Can turbo c++ run c program?
What is guard code in c++?
Explain queue. How it can be implemented?
When does a 'this' pointer get created?
How much is c++ certification?
Write about the various sections of the executable image?
What is implicit pointer in c++?
What is the use of cmath in c++?
What is else if syntax?
What are friend classes?
What is the benefit of encapsulation?
Which programming language's unsatisfactory performance led to the discovery of c++?
Why is standard template library used?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?