To determine whether a file was opened successfully, one can use the ___________ fstream member function

a) ```
close( )
```
b) ```
overloaded operator <<( )
```
c) ```
open( )
```
d)```
eof( )
```
e)```
flush( )
```


c) ```
open( )
```

Computer Science & Information Technology

You might also like to view...

Two integers are __________ if their only common positive integer factor is 1. ?

A) ?relatively prime ? B) ?congruent modulo C) ?polynomials ? D) ?residual

Computer Science & Information Technology

A bug is a flaw in programming of a software application

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ________ is the individual data plotted in a chart

A) data marker B) data series C) data point D) data range

Computer Science & Information Technology

A property sheet is a window containing the various properties of the object.

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

Computer Science & Information Technology