What is the difference between static link library and
dynamic link library?
Answer Posted / vivek kumar kanojia
Above ans is correct and one more thing..
static library is faster than dynamic library
| Is This Answer Correct ? | 31 Yes | 6 No |
Post New Answer View All Answers
What do you mean by translation unit?
What is the difference between an external iterator and an internal iterator?
What are c++ manipulators?
What is array in c++ example?
Can we use pointers in c++?
Write about all the implicit member functions of a class?
What is a tuple c++?
What are the advantages of inheritance in c++?
Which is better c++ or java?
What information can an exception contain?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is auto type c++?
In the derived class, which data member of the base class are visible?
What is lvalue?
What is polymorphism and its type in c++?