CBSE Class 12 Computer Science
Question 10 of 30
Exception Handling — Question 1
Back to all questionsCompile time error
Reason — When a user violates the syntax of a programming language while writing code, it results in a compile-time error. These errors are detected by the compiler during the compilation process and prevent the program from being compiled successfully.