What term describes the following? an error that occurs when code does not follow the grammatical rules of the programming language.
- A. Parameter
- B. Iteration
- C. Syntax error ✓
- D. Runtime error
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.