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