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
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Explain unexpected() function?
What is the hardest coding language to learn?
Is recursion allowed in inline functions?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is the basic difference between C and C++?
What is meant by iomanip in c++?
Explain about Virtual Function in C++?
What is operators in c++?
What is the latest c++ version?
What is isdigit c++?
What is size of string in c++?
Explain the benefits of proper inheritance.
What is a local variable?
How can you specify a class in C++?