Mastering C++: A Comprehensive Quiz Based on 'Thinking in C++

Question: 1 / 565

In the provided makefile example, which suffixes are explicitly mentioned?

.exe and .cpp

In this specific makefile example, the only explicitly mentioned suffixes are .exe and .cpp. Even though other suffixes such as .o and .c are commonly used in makefiles, they are not mentioned in this specific example. Similarly, .lib and .dll are also not mentioned, even though they are valid suffixes for libraries in some programming languages. Option D, .h and .cpp, are not suffixes in this context, but rather file extensions used to differentiate between header and source files. Therefore, A is the only correct answer.

Get further explanation with Examzify DeepDiveBeta

.o and .c

.lib and .dll

.h and .cpp

Next Question

Report this question

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy