Multiple Choice
The __________ marker is the character that marks the end of a file and is automatically written when the file is closed.
A) End Of File (EOF)
B) No More Data (NMD)
C) Data Stream Close (DSC)
D) Data Read Stop (DRS)
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: When you store data in a variable,
Q26: All stream objects have _ which indicate
Q27: To write to a file, you use
Q28: Which of the following access flags, when
Q29: Which of the following is the data
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