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


Please Help Members By Posting Answers For Below Questions

What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

774


Can we sort map in c++?

587


What is the use of seekg in c++?

594


What are all predefined data types in c++?

554


What are references in c++? What is a local reference?

569






What is the use of endl in c++ give an example?

608


What is algorithm in c++ programming?

585


Write about the members that a derived class can add?

564


Do vectors start at 0?

588


What's c++ used for?

589


What are advantages of using friend classes?

625


How are pointers type-cast?

639


What character terminates all character array strings a) b) . c) END

668


Is java the same as c++?

542


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

1746