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 are the unique features of C++.

583


What is encapsulation in c++ with example?

597


You want to link a c++ program to c functions. How would you do it?

547


What is the use of default constructor?

579


Can a program run without main function?

630






What is the hardest coding language to learn?

616


What is void pointer in c++ with example?

607


Is multimap sorted c++?

564


If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?

558


What is constructor and destructor in c++?

628


Is c++ pass by reference or value?

578


What is split a string in c++?

698


Explain the register storage classes in c++.

678


What is the cout in c++?

563


What is the difference between #define debug 0 and #undef debug?

652