Linux Shared & Static Libraries Question: In Linux, the static library has the extension of: a) .a b) .b c) .c d) .d Static and Shared Libraries Interview QuestionAnswer: a) .a Previous QuestionNext QuestionWhich one of the following command can list the symbols defined in a library? a) mn b) nm c) nn d) mmWhich option of GCC compiler provides the linking with shared libraries? a) -lmylib b) -lib c) -mylib d) none of the mentioned