Linux Shared & Static Libraries Question:
Download Questions PDF

In Linux, the static libraries can be created by:
a) ar command
b) as command
c) ap command
d) aq command

Answer:

a) ar command

Download Static and Shared Libraries Interview Questions And Answers PDF

Previous QuestionNext Question
Libraries can be linked with ____ to create executables.
a) other libraries
b) other object files
c) both (a) and (b)
d) none of the mentioned
The library contains the:
a) pre-compiled object files
b) source files
c) header files
d) none of the mentioned