Multiple Choice
Multiple file open modes are specified to the fstream constructor by separating each open mode from the next with the bitwise inclusive or operator __________.
A) ||
B) ^
C) &
D) |
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Select the false statement.<br>A) C++ includes object
Q2: To write fixed-length records, use file open
Q3: In the text, we created a random
Q5: Which of the following functions would not
Q7: Select the proper object type. _ file("file.dat",
Q8: For an ifstream object A, a class
Q9: Select the false statement. The reinterpret_cast operator:<br>A)
Q10: A random access file is organized most
Q12: Random access files are more effective than
Q14: Select the false statement. The write function:<br>A)