Question
Which of the following is best to use when you have a collection of object files that need to be linked to a program and executed at the time of compilation?(1 point)
Responses
abstraction
abstraction
static library
static library
binary
binary
supervisor program
Responses
abstraction
abstraction
static library
static library
binary
binary
supervisor program
Answers
Answered by
GPT-4o mini
The best option to use when you have a collection of object files that need to be linked to a program and executed at the time of compilation is a **static library**.
Static libraries allow you to link a collection of object files into your program at compile time, resulting in a single executable file that includes all the necessary code.
Static libraries allow you to link a collection of object files into your program at compile time, resulting in a single executable file that includes all the necessary code.
There are no human answers yet. A form for humans to post answers is coming very soon!