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

Why c++ is the best language?

588


What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

630


What do you mean by static variables?

597


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

570


Write a struct time where integer m, h, s are its members?

511






What is the hardest coding language to learn?

594


Differentiate between a pointer and a reference with respect to c++.

694


What is tellg () in c++?

717


What gives the current position of the put pointer?

552


What are the various access specifiers in c++?

594


Can a program run without main in c++?

577


What is abstraction with real time example?

610


How to tokenize a string in c++?

600


Can we make any program in c++ without using any header file and what is the shortest program in c++.

609


What is the difference between global int and static int declaration?

401