Multiple Choice
Which statement opens a file and links it to a file stream object?
A) open(aFile) = link(anObject) ;
B) file.open("c:\\filename.txt") ;
C) linkstream("filename.txt") ;
D) link(open(filename.txt") ) ;
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: In order, the three-step process of using
Q3: This term means non-sequentially accessing information in
Q8: This member function can be used to
Q9: This data type can be used to
Q10: This member function reads a single character
Q12: This state bit can be tested to
Q19: When used by itself, the ios::app flag
Q25: When you store data in a variable,
Q27: To write to a file, you use
Q32: The ios::out flag causes the file's existing