What is the difference between static link library and
dynamic link library?
Answer Posted / kiran
above answer is correct and..
the excutable exe size will be larger when we build exe
with static library compared to dynamic library
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is microsoft c++ redistributable?
Why c++ is so important?
Which function should be used to free the memory allocated by calloc()?
What is oops in c++?
What is the purpose of template?
What is math h in c++?
What is setf in c++?
What is while loops?
What are structs in c++?
What is #include ctype h in c++?
Explain what data encapsulation is in c++?
What is virtual base class?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is function overloading in C++?
What is difference between class and structure in c++?