Linux Shared & Static Libraries Question:
Download Questions PDF

Shared libraries are linked with the program:
a) at the time of creation of executable
b) at the run time
c) both (a) and (b)
d) none of the mentioned

Answer:

b) at the run time

Download Static and Shared Libraries Interview Questions And Answers PDF

Previous QuestionNext Question
Which command can be used to update the shared library system?
a) lconfig
b) ldconfig
c) slconfig
d) none of the mentioned
Which option of GCC compiler provides the linking with shared libraries?
a) -lmylib
b) -lib
c) -mylib
d) none of the mentioned