Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 5 - No. 28)

What is a 'syntax error' in programming?
An error in the logic of the program.
An error in the grammar or structure of the code.
An error that occurs during program execution.
An error caused by incorrect data input.

Explanation

A syntax error violates the programming language's grammar rules.

Comments (0)

Advertisement