Vidyalelo
C# Programming · Q13

Exception Handling in C Sharp

Programming · C# Programming · question 13

Q13

What happens if an exception occurs but is not caught by the program in C#?

A.
The program terminates with an unhandled exception
Answer
B.
The program continues execution
C.
The program prompts the user for input
D.
The program enters an infinite loop

Answer: Option A

Solution

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