Skip to content

Latest commit

 

History

History
16 lines (6 loc) · 242 Bytes

File metadata and controls

16 lines (6 loc) · 242 Bytes

Question 95

Is there a difference between a static library and a relocatable object file?

Answer

Usually, no. The static libraries in form of .a file are just archives of multiple .o files.

prev +++ next