Solved

Assuming That Grades

Question 19

Multiple Choice

Assuming that Grades.h is found in the current directory and the iostream header file is found in the C++ Standard Library header file directory, which of the following preprocessor directives will fail to find its desired header file?


A) #include <iostream>
B) #include "iostream"
C) #include <Grades.h>
D) #include "Grades.h"

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions