KnowledgeBoat Logo
|

Computer Applications

Missing a semicolon in a statement is what type of error?

  1. Logical
  2. Syntax
  3. Runtime
  4. No error

Input in Java

ICSE 2023

12 Likes

Answer

Syntax

Reason — Syntax Errors occur when we violate the rules of writing the statements of the programming language. Missing a semicolon in a statement is a syntax error.

Answered By

7 Likes


Related Questions