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


Please Help Members By Posting Answers For Below Questions

What is rtti in c++?

851


Explain the register storage classes in c++.

901


What is std namespace in c++?

909


How would you use qsort() function to sort an array of structures?

914


What are the four partitions in which c++ compiler divides the ram?

988


What is the use of c++ programming language in real life?

781


Explain some examples of operator overloading?

874


Explain 'this' pointer and what would happen if a pointer is deleted twice?

837


What is doubly linked list in c++?

840


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

763


what you know about c++?

869


Will a catch statement catch a derived exception if it is looking for the base class?

755


What does std mean in c++?

800


What is pointer -to-members in C++? Give their syntax?

795


Where is atoi defined?

797