Multiple choice technology platforms and products

The Errors that can be pointed out by the compiler is

  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 detect syntax errors, which are violations of the programming language's grammatical rules (keywords, punctuation, statement structure). Semantic errors involve incorrect logic or meaning, logical errors produce wrong results without breaking rules, and internal errors are compiler defects.