Compile time error

Compile-Time Errors: Errors that occur when you violate the rules of writing syntax are known as Compile-Time errors. This compiler error indicates something that must be fixed before the code can be compiled. All these errors are detected by the compiler and thus are known as compile-time errors. 
Most frequent Compile-Time errors are: 
 
Missing Parenthesis (})
Printing the value of variable without declaring it
Missing semicolon (terminator)
Posted on by