Question

Which statement about the #include directive is false?
a) The difference between the various forms of the #include directive is the location the preprocessor searches for the file to be included.
b) If the file name is enclosed in quotes, the preprocessor searches in the same directory as the file being compiled for the file to be included.
c) If the file name is enclosed in angle brackets, the preprocessor searches in the same directory as the file being compiled for the file to be included.
d) The preprocessor searches for standard library header files in an implementation-dependent manner.

Answer

This answer is hidden. It contains 3 characters.