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
Write a program using display() function which takes two arguments.
How do I run c++?
What is the meaning of string in c++?
What are friend functions in C++?
What are features of c++?
What does floor mean in c++?
Mention the ways in which parameterized can be invoked.
What are the benefits of oop in c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Does there exist any other function which can be used to convert an integer or a float to a string?
Write about the use of the virtual destructor?
How would you use the functions memcpy(), memset(), memmove()?
How do you establish an is-a relationship?
Describe linked list using C++ with an example.
Write about the retrieval of n number of objects during the process of delete[]p?