Multiple Choice
Which mode specifier will open a file but not let you change the file or write to it?
A) 'w'
B) 'r'
C) 'a'
D) 'e'
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: If a file with the specified name
Q22: A(n)_ access file is also known as
Q23: The ZeroDivisionError exception is raised when the
Q24: Strings can be written directly to a
Q25: When a program needs to save data
Q27: When data is written to a file,it
Q28: Programmers usually refer to the process of
Q29: A(n)_ file contains data that has not
Q30: A single piece of data within a
Q31: When a file has been opened using