Q4
In C#, which block is used to clean up resources in exception handling, regardless of whether an exception occurs or not?
A.
throw
B.
catch
C.
finally
AnswerD.
try
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board