Question

Q2: Assuming that GradeBook.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 <GradeBook.h>
d. #include "GradeBook.h"

Answer

This answer is hidden. It contains 29 characters.