Which of the following is NOT an advantage of using shared, dynamically linked libraries as compared to statically linked libraries?
(a) Smaller sizes of executable
(b) Lesser overall page fault rate in the system
(c) Faster program start-up
(d) Existing programs need not be re-linked to take advantage of newer versions of libraries
This question was addressed to me in an interview.
The origin of the question is L-Attributed Definition in section Syntax Directed Definition and Translations of Compiler