What is 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  How do you create a shared object?

Leave a Reply

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