CBSE Class 12 Computer Science
Question 11 of 30
Exception Handling — Question 2
Back to all questionsException
Reason — An exception is an interrupt or disruption that occurs during the execution of a program. When an exception occurs, it interrupts the normal flow of the program and may cause the program to terminate abruptly if not handled properly.