The errors that can be pointed out by the compiler are
-
Syntax error
-
Symantic error
-
Logical error
-
Internal error
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.