Multiple choice

Which of the following types of errors is generated when undeclared names and type incompatibilities errors are displayed on the screen?

  1. Lexical phase errors

  2. Semantic errors

  3. Syntactic phase errors

  4. None of these

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

This type of errors are generated due to undeclared names and type incompatibilities in the program.