0
Name different types of errors which can occur during the execution of a program? ...
Types of errors occurred during the execution of a program??..
1 Réponse
+ 3
There are three kinds of errors: syntax errors, runtime errors, and logic errors.
Syntax error :Syntax error is an error in the source code of a program. ... For example, a missing semicolon at the end of a line or an extra bracket at the end of a function may produce a syntax error.
Runtime error :An error that occurs during the execution of a program
Logical error :A logical error is a mistake in a program's source code that results in incorrect or unexpected behavior