Google News
logo
C# - Quiz(MCQ)
Which of the following is true about catch block in C#?
A)
The catch keyword indicates the catching of an exception.
B)
A program catches an exception with an exception handler at the place in a program where you want to handle the problem.
C)
Both (A) and (B)
D)
None of the Above

Correct Answer :   Both (A) and (B)

Advertisement