Main menu:

Email Alerts
Subscribe Now !!!

Receive FREE Email Alerts On Interview Questions

Subscribe

Enter your email address:

Categories

Tag: Unix Application programming

Nix Application Programming

Explain the difference between a static library and a dynamic library? - Static library is linked into the executable, while a dynamic library (or shared object) is loaded while the executable has started.
How do you create a static library? - If you have a collection of object (.o) files, you can do it by running [...]