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
Define basic type of variable used for a different condition in C++?
What is #include sstream?
Is oops and c++ same?
What should main() return in c and c++?
What is the use of bit fields in structure declaration?
What is private inheritance?
Explain the difference between using macro and inline functions?
What are the classes in c++?
What is the auto keyword good for in c++?
What apps are written in c++?
What is malloc in c++?
What is c++ array?
Are c and c++ similar?
What is scope in c++ with example?
Is it possible to provide special behavior for one instance of a template but not for other instances?