What is the difference between static link library and
dynamic link library?
Answer Posted / mat
Static libraries are linked at compile time. Dynamic
libraries are linked at runtime
| Is This Answer Correct ? | 52 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of string in c++?
What is while loops?
What is diamond problem in c++?
Why null pointer is used?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What are the advantages of c++?
What is c++ 11 and c++ 14?
Is c++ the hardest programming language?
Define what is constructor?
Explain stack unwinding.
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What are pointer-to-members in C++? Give their syntax.
Name the implicit member functions of a class.
Comment on local and global scope of a variable.
What is runtime polymorphism in c++?