ICSE Class 10 Computer Applications Question 15 of 30

Solved 2023 Question Paper ICSE Class 10 Computer Applications — Question 15

Back to all questions
15
Question

Question 1(xv)

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

  1. Logical
  2. Syntax
  3. Runtime
  4. 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.