Multiple choice

Which of the following is not an example of exception?

  1. Wrongly written inbuilt function

  2. Divide by zero error

  3. Array out of index error

  4. File not found error

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Wrongly written inbuilt function gives the error in compile time. All the rest are runtime errors.