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
How do you define/declare constants in c++?
Are iterators pointers?
why is iostream::eof inside a loop condition considered wrong?
What is pair in c++?
Differentiate between a pointer and a reference with respect to c++.
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What are maps in c++?
What is the use of class in c++?
what do you mean by volatile variable?
Write about the scope resolution operator?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
what is the use of void main() in C++ language?
Is c++ a programming language?
Is c++ a low level language?
What is the use of setprecision in c++?