Linux Shared & Static Libraries Question:
Download Questions PDF

In Linux, the static library has the extension of:
a) .a
b) .b
c) .c
d) .d

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

Answer:

a) .a

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
Which option of GCC compiler provides the linking with shared libraries?
a) -lmylib
b) -lib
c) -mylib
d) none of the mentioned