Linux Shared & Static Libraries Question:
Download Questions PDF

In linux, shared library is a:
a) text file
b) binary file
c) device file
d) none of the mentioned

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

Answer:

b) binary file

Download Static and Shared Libraries Interview Questions And Answers PDF

Previous QuestionNext Question
Shared libraries can be shared between:
a) various running programs
b) only 2 running programs
c) only 8 running programs
d) none of the mentioned
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