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
What is else if syntax?
What is an arraylist c++?
What is ios class in c++?
What are the various access specifiers in c++?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Will this c++ program execute or not?
an integer constant must have atleast one a) character b) digit c) decimal point
What is difference between array and vector in c++?
What are disadvantages of pointers?
What is double in c++?
What is polymorphism & list its types in c++?
What is virtual function? Explain with an example
What is buffering in c++?
Should I learn c++ c?
What is the difference between method overloading and method overriding in c++?