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.

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.

Computer Science & Information Technology

You might also like to view...

A technician has a current baseline and is told to install additional memory and a faster NIC card. At which point in time should the next baseline be run?

A. After the memory is installed B. Before the upgrade is performed C. After the NIC is installed D. After the upgrades are performed

Computer Science & Information Technology

Describe file and folder encryption in Windows (not how you encrypt a file).

What will be an ideal response?

Computer Science & Information Technology