Linux Shared & Static Libraries Question:
Download Questions PDF

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

Answer:

c) both (a) and (b)

Download Static and Shared Libraries Interview Questions And Answers PDF

Previous QuestionNext Question
Which gcc option is used to specify the library?
a) -c
b) -l
c) -a
d) -o
In Linux, the static libraries can be created by:
a) ar command
b) as command
c) ap command
d) aq command