There are three basic types of errors you might encounter when writing code.
- Syntax errors represent code that cannot be understood by the complier.
- Run time errors are errors that occur when an attempt is made to perform an operation that is impossible to carry out.
- Logical errors are errors that result when code complies and executes correctly, but returns an unexpected result.
0 comments :
Post a Comment