The following contain several #include directives that may have problems. Which have one or more problems, and what problems?

a) #include
b) #include < iostream>
c) #include “MyStream.h”
d) #include “cctype “
e) #include “This file does not exist on the system”

b) #include < iostream>
d) #include “cctype “
e) #include “This file does not exist on the system”

Computer Science & Information Technology

You might also like to view...

Explain what routine tasks are.

What will be an ideal response?

Computer Science & Information Technology

The ____________ of a declaration is the portion of an app that can refer to the entity in the declaration by its unqualified name.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology