InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is NOT an advantage of using shared, dynamically linked libraries as compared tostatically 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 librariesThis 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 |
|
Answer» The correct choice is (C) FASTER program start-up |
|