Multiple Choice
How does a C# application open a file?
A) It opens a file by associating the file with a memory address.
B) It opens a file by reading the contents into RAM and storing them internally as a string.
C) It opens a file by creating an object and associating a stream of bytes with that object.
D) It opens a file by reading each line of a file into an array.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Permanent storage that does not lose contents
Q17: What file mode is used to open
Q18: Due to the fact that data can
Q19: What term describes any one of the
Q20: Sometimes it is necessary to process a
Q22: When a file is open in C#,
Q23: What is a record?
Q24: When you write a C# program that
Q25: What class can be used to provide
Q26: How can you create a class whose