Multiple Choice
Naming a file stream is accomplished by declaring a variable name to be of type ____.
A) FSTREAM
B) fstream
C) FILE
D) file
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: The advantage of binary files is typically
Q23: To write to a binary file you
Q24: A file stream that receives data from
Q25: _ creates a new file and makes
Q26: The only difference between a file opened
Q28: In the context of data processing, a
Q29: The standard library functions rewind(), fseek(), and
Q30: The internal name is the name of
Q31: A manageable length for a filename is
Q32: FILE fp; correctly declares a file stream.