What is the difference between static link library and
dynamic link library?
Answer Posted / sameer patel
Above answer is correct and also say that the dynamic library is executable file and shared the library for functions.
Where static library execute module and provide information needed of run time....
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
write a porgram in c++ that reads an integer and print the biggest digit in the number
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
How are the features of c++ different from c?
Explain explicit container.
How come you find out if a linked-list is a cycle or not?
Which software is best for coding?
How do you initialize a string in c++?
What is else if syntax?
What is the cout in c++?
What are advantages of c++?
What are the types of container classes?
Why is c++ is better than c?
Briefly describe a B+ tree. What is bulk loading in it?
What is wrapper class in c++?
Difference between an inspector and a mutator