To know whether the I/O operation succeeded, you use the function ________.

a. stream.eof()
b. stream.good()
c. stream.bad()
d. stream.clear()
e. stream.fail()


e. stream.fail()

Computer Science & Information Technology

You might also like to view...

Which of the following will display:

Andy and Pat and Sam a. ```

``` b. ```

"); } ?>

``` c. ```

``` d. ```

```

Computer Science & Information Technology

Suppose you have the following declaration. double[] salesData = new double[500];Which of the following range is valid for the index of the array salesData.(i)  0 through 500(ii) 0 through 499

A. Only (i) B. Only (ii) C. Both are invalid D. None of these

Computer Science & Information Technology

The #VALUE! error value indicates that the formula contains the wrong type of data

Indicate whether the statement is true or false.

Computer Science & Information Technology

The master page creates a consistent layout for the pages in your application.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology