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
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Explain the virtual inheritance in c++.
Which software is best for coding?
What are c++ redistributables?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Do you know what are static and dynamic type checking?
Does dev c++ support c++ 11?
What are the rules about using an underscore in a c++ identifier?
What is the full form of ios?
Can you please explain the difference between overloading and overriding?
Differentiate between late binding and early binding.
What is the use of this pointer in c++?
What is difference between class and structure in c++?
Write a function to find the nth item from the end of a linked list in a single pass.
What is this pointer in c++?