Programming Concepts

What term describes the following? an error that occurs when code does not follow the grammatical rules of the programming language.

Correct answer

C. Syntax error

Explanation

Syntax error refers to an error that occurs when code does not follow the grammatical rules of the programming language.