Which of the following is NOT an advantage of using shared, dynamically linked libraries as compared to statically linked libraries?

Which of the following is NOT an advantage of using shared, dynamically linked libraries as compared to statically linked libraries? Correct Answer Faster program start-up

No need for re-linking if newer versions of libraries are there.

Related Questions

Shared libraries can be shared between
Shared libraries are linked with the program
The -shared option of gcc generates shared ______ for shared library.