What is the difference between static link library and
dynamic link library?
Answer Posted / kiran
above answer is correct and..
the excutable exe size will be larger when we build exe
with static library compared to dynamic library
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is an undefined behavior and sequence points
What is a stack c++?
Is c++ the best programming language?
Why ctype h is used in c++?
What is the difference between ++ count and count ++?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
Which is most difficult programming language?
Write about the retrieval of n number of objects during the process of delete[]p?
What are friend classes? What are advantages of using friend classes?
Why are pointers used?
What are abstract data types in c++?
Explain overriding.
How do you clear a buffer in c++?
What is the best ide for c++?
Can I uninstall microsoft c++ redistributable?