Multiple choice

The errors that can be pointed out by the compiler are

  1. syntax errors

  2. semantic errors

  3. logical errors

  4. internal errors

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

Compilers are designed to detect syntax errors, which are violations of the language's grammatical rules. Semantic and logical errors are often harder to detect at compile time.