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


Please Help Members By Posting Answers For Below Questions

Explain storage qualifiers in c++.

614


Why ctype h is used in c++?

519


Explain the operation of overloading of an assignment operator.

685


How compile and run c++ program in turbo c++?

619


What is purpose of new operator?

589






What are the extraction and insertion operators in c++?

555


What is #include iostream in c++?

583


How to declare a pointer to an array of integers?

638


Differentiate between structure and class in c++.

589


What is pure virtual function? Or what is abstract class?

578


What is abstract keyword in c++?

585


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

611


What is a dll entry point?

553


What does return 0 do in c++?

573


What's c++ used for?

587