Multiple choice

Which library is built in such a way that the link editor will incorporate a copy of only those object files that hold the functions and data referenced in the program into the executable at link time?

  1. Plugins

  2. Shared Library

  3. Linker

  4. Binary object file

  5. Static library

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

It is built in such a way that the link editor will in corporate a copy of only those object files that hold the functions and data referenced in the program into the executable at link time.