What is the difference between static link library and
dynamic link library?

Answer Posted / achal ubbott

Above answers are correct. In case of Dynamic Library your
executable will look up for the code at run time. E.g. when
running some exe it looks for help from some .dll files
provided by windows operating system. So we call this
dynamic linking.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default access level?

829


How is modularity introduced in C++?

950


What do you mean by translation unit in c++?

969


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

836


What is a set in c++?

728


What are the different types of polymorphism in c++?

847


Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

799


How do I use arrays in c++?

773


What are the defining traits of an object-oriented language?

947


How do you establish an is-a relationship?

840


How many types of classes are there in c++?

806


What is virtual base class?

768


what is pre-processor in C++?

825


Explain function overloading

792


Explain the advantages of using friend classes.

844