Q17
What is the purpose of the using statement in C# exception handling?
A.
To define custom exceptions
B.
To ensure that resources are properly disposed
AnswerC.
To declare exception types
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board