Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 5 - No. 50)
What type of error is caused by a missing semicolon in a programming language like Python?
Logic Error
Syntax Error
Runtime Error
Semantic Error
Explanation
Syntax errors are violations of the rules of the language.
Comments (0)
