Quiz on Header Files, Compiling, and Linking
Test yourself on concepts surrounding header files, compiling, and linking.
We'll cover the following...
We'll cover the following...
1
Which option is not true for a Makefile
?
A)
The Makefile
is a header file.
B)
The Makefile
must reside in the same directory as the programs we want to compile and link.
C)
The Makefile
should contain instructions for compiling and linking.
D)
The Makefile
is specifically designed for use with the make
utility.
Question 1 of 30 attempted
...