Linux Shared & Static Libraries Question:
Download Questions PDF

In GCC compiler, "-shared" option is given to create the shared library with:
a) source files
b) object files
c) executables
d) none of the mentioned

Static and Shared Libraries Interview Question
Static and Shared Libraries Interview Question

Answer:

b) object files

Download Static and Shared Libraries Interview Questions And Answers PDF

Previous QuestionNext Question
In linux, shared library is a:
a) text file
b) binary file
c) device file
d) none of the mentioned
After using the shared library, memory can be done free by calling:
a) dlclose
b) slclose
c) lclose
d) none of the mentioned