Computer Science, asked by rorylyle27642, 10 months ago

what is the function of shared in C program​

Answers

Answered by simmujosan
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