please
Question 1
A program may be built from multiple source code files, multiple
object files, and multiple libraries.
Question 1 options:
A
True
B
False
Question 2
A library contains a main function, which provides the entry
point to the library itself.
Question 2 options:
A
True
B
False
Question 3
What is the purpose of the -c switch of gcc?
Question 3 options:
A
Specifies that the source code is in C
B
Tells gcc not to invoke the linker
C
It enables additional checks
D
Tell gcc to combine multiple source files
Question 4
What goes in a header file?
Question 4 options:
A
#include directives
B
The declarations exported by a library
C
The implementation of a library
D
The text of a program that comes before main