Multiple choice

Which of the following correctly represents the exception?

  1. Compile error

  2. Syntax error

  3. Runtime error

  4. Not an error

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

Exception is a runtime error which terminates the program abruptly.