Solved

How Does a C# Application Open a File

Question 21

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions