Error TypesSyntax and Compile-Time Errors : Easy to locate and fix because the compiler usually provides diagnostics telling you exactly where they are. Run-Time Errors and Logic Errors: An error is called a Run-Time error when it occurs after the program has successfully been compiled. Logic errors can be difficult to detect. The program will compile and execute without signalling any problems because Logic errors exist in the algorithm itself. |