Q32
In C#, what is the purpose of the using statement in exception handling?
A.
To declare exception types
B.
To define custom exceptions
C.
To ensure resources are properly disposed
AnswerD.
To handle exceptions
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board