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 rtti in c++?
Explain the register storage classes in c++.
What is std namespace in c++?
How would you use qsort() function to sort an array of structures?
What are the four partitions in which c++ compiler divides the ram?
What is the use of c++ programming language in real life?
Explain some examples of operator overloading?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is doubly linked list in c++?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
what you know about c++?
Will a catch statement catch a derived exception if it is looking for the base class?
What does std mean in c++?
What is pointer -to-members in C++? Give their syntax?
Where is atoi defined?