What is the difference between static link library and
dynamic link library?
Answer Posted / dinesh
The static linked library causes the corresponding information from libraries to be included in the executable DLL on the other hand inserts virtual address of memory. Thus the size of static linked file is larger than a static linked file. If we use dynamic linking the updates in library will also be effect the behavior of the file while not in static linking. Due to this reason dll is better but it can also sometimes make the program faulty due to library update.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Explain the scope of resolution operator.
What is c++ namespace?
Search for: what is pair in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
what does the following statement mean? int (*a)[4]
What is the role of static keyword for a class member variable?
Which software is used to run c++ program?
Is c++ the hardest programming language?
How do I make turbo c++ full screen?
Is map thread safe c++?
What is an arraylist c++?
Describe exception handling concept with an example?
Explain overriding.
What is format for defining a structure?
Write bites in Turbo c++ Header ("Include") Files.