A __________ occurs when you break the rules of the language.
A __________ occurs when you break the rules of the language. Correct Answer Syntax errors
The term syntax refers to the set of rules you must follow when using a programming language. A syntax error occurs when you break one of the language’s rules. Most syntax errors are a result of typing errors that occur when entering the instructions, such as typing Me.cle() instead of Me.close(). The code editor detects most of the syntax errors as you enter the instructions.
মোঃ আরিফুল ইসলাম
Feb 20, 2025