What is the difference between static link library and
dynamic link library?
Answer Posted / sameer patel
Above answer is correct and also say that the dynamic library is executable file and shared the library for functions.
Where static library execute module and provide information needed of run time....
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between the functions rand(), random(), srand() and randomize()?
What is a storage class?
Describe new operator?
What is vector string in c++?
What is the use of 'this' pointer?
Explain the different access specifiers for the class member in c++.
What are the differences between java and c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What are the sizes and ranges of the basic c++ data types?
What is the difference between a pointer and a link in c ++?
What is vectorial capacity?
Is c better than c++?
What are namespaces in c++?
How can a struct in c++ differs from a struct in c?
Differentiate between the manipulator and setf( ) function?