What is a dynamic library in C?

Dynamic libraries are a collection of object files which are referenced at build time to give the executable information how they will eventually be used, but they aren’t used until run time . In other words, these objects are dynamically linked into executables that use them.

Sizin İçin Seçtik  Which option of GCC compiler provides the linking with shared libraries?

Leave a Reply

Your email address will not be published. Required fields are marked *