Linux Shared & Static Libraries Question:
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

Answer:
b) object files