Missing a semicolon in a statement is what type of error?
Logical
Syntax
Runtime
No error
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.