...

/

Quiz on Header files, Compiling and Linking

Quiz on Header files, Compiling and Linking

Test yourself on concepts surrounding header files, compiling and linking.

We'll cover the following...
1

Which of the following 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
...