Multiple Choice
Outside of a C++ program, a file is identified by its ________. Inside a C++ program, a file is accessed through a ________.
A) file number, file name
B) file name, file number
C) name, address
D) name, file stream object
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: When used by itself, _ causes a
Q4: The stream member function fail() can be
Q5: An alternative to using the open member
Q6: Opening a file with the flags ios::in
Q7: The _ member function reports when the
Q9: A file must be _ before data
Q10: File output may be formatted the same
Q11: The _ may be used to read
Q12: string objects cannot be stored to a
Q13: Which statement opens a file in such