Embed presentation
Downloaded 22 times












This document summarizes different types of errors that can occur in programming: 1) Compile-time errors occur when a program's source code does not follow the rules of the programming language. These include syntax errors from incorrect statements and semantics errors from statements that are not meaningful. 2) Run-time errors occur during program execution and cause the program to stop, such as dividing by zero. 3) Logical errors are a sub-category of run-time errors due to mistakes in analyzing the program's logic.











