MCQ PracticeSingle Best AnswerTopic: ICSE Computer Application - Class X - 2023 PYQ
Q
Missing a semicolon in a statement is what type of error?
Question ID
#23957
Subchapter
ICSE Computer Application - Class X - 2023 PYQ
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
Logical ✔✖
B
Syntax ✔✖
C
Runtime ✔✖
D
No error ✔✖
B
Correct Answer: B
Explanation
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.