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...

Explain how you can use a document template and placeholders.

What will be an ideal response?

Computer Science & Information Technology

The function evaluateExpression evaluates each ____ expression.

A. prefix B. postfix C. previsit D. inverted

Computer Science & Information Technology