Vidyalelo
C# Programming · Q16

Exception Handling in C Sharp

Programming · C# Programming · question 16

Q16

In C#, which statement is used to specify code that should run regardless of whether an exception occurs or not?

A.
catch
B.
try
C.
finally
Answer
D.
throw

Answer: Option C

Solution

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