What are the various types of errors in program

The various types of errors in program
a) Lexical, such as misspelling an identifier, keyword, or operator.
b) Syntactic , such as an arithmetic expression with unbalanced parenthesis.
c) Semantic, such a as an operator applied to an incompatible operand.
d) Logical, such as an infinitely recursive call.

Leave a Reply