Which is a type of error within the sequence of characters that is written in a programming language?(1 point)

Responses

print error
print error

data error
data error

syntax error
syntax error

processing error

1 answer

The correct response is:

syntax error

A syntax error occurs when the code does not conform to the rules of the programming language, such as incorrect punctuation, missing parentheses, or misused keywords.