Multiple choice general knowledge science & technology

The errors that can be pointed out by the compiler are

  1. Syntax error

  2. Symantic error

  3. Logical error

  4. Internal error

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Compilers check for violations of the language's grammatical rules, known as syntax errors. Semantic and logical errors are often only detectable during runtime or through debugging, as the code may be syntactically valid but logically flawed.