Multiple choice

Which of the following errors can be pointed out by the compiler?

  1. Syntax errors

  2. Semantic errors

  3. Logical errors

  4. Internal errors

  5. _

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

It is an error in the syntax of a sequence of characters that is intended to be written in a particular programming language. Syntax errors occur during the parsing of input code and are caused by grammatically incorrect statements.