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
Explain about Garbage Collector?
How do you establish an is-a relationship?
Can we change the basic meaning of an operator in c++?
What is a modifier in c++?
What is the difference between the functions memmove() and memcpy()?
What is :: operator in c++?
Why cstdlib is used in c++?
What is the main function c++?
How can an improvement in the quality of software be done by try/catch/throw?
How do you declare a set in c++?
Define a nested class. Explain how it can be useful.
If all is successful, what should main return a) 0 b) 1 c) void
Is atoi safe?
Why use of template is better than a base class?
What is the real purpose of class – to export data?