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

Verified
Correct Answer:
Verified
Related Questions
Q28: Which of the following access flags, when
Q29: Which of the following is the data
Q30: The _ marker is the character that
Q31: Which of the following is the state
Q32: The ios::out flag causes the file's existing
Q33: If a file already exists, you can
Q34: Outside of a C++ program, a file
Q35: The end-of-file marker is automatically written<br>A) when
Q36: Only one file stream object can be
Q38: What is true about the following statement?<br>Out)open("values.dat",