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 Program to find the largest of 4 no using macros.
Is c the same as c++?
What are the two shift operators and what are their functions?
What is DlgProc?
What is an iterator class in c++?
write a programme to get a character and thier ASCII value
Why is main function important?
Describe about storage allocation and scope of global, extern, static, local and register variables?
What are exceptions c++?
Can comments be nested?
What are the various access specifiers in c++?
Can a new be used in place of old mallocq? If yes, why?
What is the this pointer?
Can we declare a base-class destructor as virtual?
Can non graphic characters be used and processed in C++?