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”
```


All Except a) and c)
b) The space between < and iostream makes preprocessor think the file name has a space at the front of the name. In part c), the system looks in the default directory then in the system directories as it does for . d) has space at the end of the file name. e) The file name is unlikely. At the least, the situation should be examined.

Computer Science & Information Technology

You might also like to view...

A(n) ________ provides a grid of columns and rows in which you can summarize data in an understandable way

Fill in the blank(s) with correct word

Computer Science & Information Technology

Solve the following system using the substitution method or the linear combination method. If there are infinitely many solutions or no solution, so indicate.

What will be an ideal response?

Computer Science & Information Technology

Which of the following is a reason to use Track Changes?

A) To limit the number of people who can edit a document B) To keep track of all additions, deletions, and formatting changes to a document C) To create a backup copy of a document D) To assign document properties to a document

Computer Science & Information Technology

a) Java programs normally go through five phases— __________, _________, _________, _________ and _________.

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

Computer Science & Information Technology