1.2.2 Errors in Programming
Compile-time errors
Occurs when the rules of programming language are not
applied
Correction is done during the program coding
The bug can be traced during the compilation
Also known as syntax error
Must be corrected before executing and testing the
program