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
Can non-public members of another instance of the class be retrieved by the method of the same class?
Explain static and dynamic memory allocation with an example each.
How many different levels of pointers are there?
What is an html tag?
How long does it take to get good at leetcode?
Give example of a pure virtual function in c++?
What is increment operator in c++?
What is c strings syntax?
What are the implicit member functions of class?
What is ios :: in in c++?
Why is the function main() special?
Explain about Garbage Collector?
In a function declaration what does extern means?
what are function pointers?
what is pre-processor in C++?