Computer Science, asked by kaustav5655, 1 year ago

Define syntax error.

Answers

Answered by hammadou
5

a syntax error is an error in the syntax of a sequence of characters or tokens that is intended to be written in a particular programming language.

Answered by 007Boy
6

Answer:

Syntax Error Unlike logic errors, which are errors in the flow or logic of a program, syntax errors are small grammatical mistakes, sometimes limited to a single character. For example, a missing semicolon at the end of a line or an extra bracket at the end of a function may produce a syntax error.

Similar questions