Linux Shared & Static Libraries Question:
Download Questions PDF

In linux, the static libraries are mostly installed in:
a) /usr/lib
b) /usr/local/lib
c) both (a) and (b)
d) none of the mentioned

Answer:

c) both (a) and (b)

Download Static and Shared Libraries Interview Questions And Answers PDF

Previous QuestionNext Question
Which one of the following command can list the symbols defined in a library?
a) mn
b) nm
c) nn
d) mm
The archive(ar) utility in linux can:
a) create a new static library
b) insert the object files into the static library
c) replace the object files into the static library
d) all of the mentioned