1. Syntax Errors
  2. Hardware Errors
  3. Language Errors
  4. Image Errors
4 views

1 Answers

Option 1 : Syntax Errors

In computer science, a syntax error is an error in thesyntax of a sequence of characters or tokens that is intended to be written in a particular programming language. These are detected by compiler. A program will not compile until all syntax errors are corrected.

4 views

Related Questions