Name different types of errors which can occur during the execution of a program? ... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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??..

22nd Aug 2020, 12:20 PM
Devansh Sadhya
Devansh Sadhya - avatar
1 Answer
+ 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
22nd Aug 2020, 2:20 PM
Vishakha Shrivastav
Vishakha Shrivastav - avatar