QUESTION IMAGE
Question
which of the following is an example of a syntax error?
o a. producing output before accepting input
o b. subtracting when you meant to add
o c. misspelling a programming language word
o d. using a high - level programming language when a low - level language would have been more appropriate
Syntax refers to the rules of a programming language. Misspelling a language - specific word violates these rules, causing a syntax error. Options A and B are logical errors, and option D is a design - choice issue.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. misspelling a programming language word