Vidyalelo
C# Programming · Q32

Exception Handling in C Sharp

Programming · C# Programming · question 32

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
Answer
D.
To handle exceptions

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board