What is the difference between static link library and
dynamic link library?
Answer Posted / sameer patel
Above answer is correct and also say that the dynamic library is executable file and shared the library for functions.
Where static library execute module and provide information needed of run time....
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What do you understand by zombie objects in c++?
Write about the scope resolution operator?
Which function should be used to free the memory allocated by calloc()?
What is an overflow error?
Is c or c++ more useful?
Why do we use constructor?
What does n mean in c++?
Explain the differences between list x; & list x();.
Can circle be called an ellipse?
What is the difference between passing by reference and passing a reference?
Explain function overloading and operator overloading.
What is the error in the code below and how should it be corrected?
Explain about vectors in c ++?
Explain method of creating object in C++ ?
Mention the purpose of istream class?