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
Explain virtual class?
Explain linked list using c++ with an example?
Is java made in c++?
When is the copy constructor called?
What is stoi in c++?
How do I run a program in notepad ++?
Do you know what are static and dynamic type checking?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is the need of a destructor? Explain with the help of an example.
How do you declare a set in c++?
What is basic if statement syntax?
What are c++ tokens?
What are c++ data types?
What are dynamic type checking?
If all is successful, what should main return a) 0 b) 1 c) void