what is the function of shared in C program
Answers
Answered by
1
Answer:
Static library is a collection of object files, while dynamic or shared library is a collection of functions compiled and stored in an executable with purpose of being linked by other programs at run-time.
Similar questions