Q2
What is the purpose of the using statement when working with files in C#?
A.
To read data from files
B.
To write data to files
C.
To ensure proper disposal of resources
AnswerD.
To handle exceptions
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board