answersLogoWhite

0


Best Answer

Syntax Error.

which means that the command makes no sense in the designated programming language.

It is usually followed by a line reference to help a programmer or debugger to locate the syntax flaw.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

A__________error is a violation of the grammatical rules of a programming language.

Enter your answer carefully

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

Syntax errors. Also known as compile-time errors.

This answer is:
User Avatar

User Avatar

Wiki User

16y ago

syntax error

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

Compile-time error.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

bug

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which error is the violation of grammar rules of a programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a Syntex error?

In computer science a syntax error refers to an error in a sequence of characters which need to be in a specific programming language.


Define Syntax Error in computer?

A syntax error is a scenario in programming where the code that is written by a programmer which is incorrect as per the language structure. For example I say the following statement in English: it is syntactically wrong: I currently in write java questions for wikianswers yesterday and tomorrow all day short. If you see the above statement, it is grammatically wrong. That is exactly what a syntax error is for a java program. It is incorrect as per the programming language specifications.


What is syntex?

In computer science a syntax error refers to an error in a sequence of characters which need to be in a specific programming language.


What is a syntex?

In computer science a syntax error refers to an error in a sequence of characters which need to be in a specific programming language.


Mistakes in a program that involve the improper use of the programming language are called?

syntax error


What is a parse error in php?

Parse error in PHP means that your script is invalid - it is not compliant with the programming language specification. After parse error script is no longer executed.


Why HTML not generate error?

XHTML is a markup language, not a script language which means that in fact no programming (functions etc.) happens, XHTML displays info.


What is difference between syntx error and logical error?

A syntax error is when you break the grammar rules of the language, such as forgetting to terminate a C++ statement with a semi-colon. A logical error is when your code does not perform as expected, typically due to an assumption that proves to be incorrect.


What method will you use to avoid this error would recommend the method of others Why or why not?

The method that you can use to avoid this error would depend on the type of error and the type of programming language that you are using. You can use debugging to tool to avoid errors.


Any violation in the syntax of a program statement is called logic error?

No. A violation in the syntax of a program statement is called a syntax error.


When word flags a possible spelling or grammar error it also changes the spelling and grammar icon to a?

When Word flags a possible spelling or grammar error, it also changes the Spelling and Grammar Check icon to a


Where can someone find information on the Java language for no such method error be found?

"No such method" is an error message that may appear when attempting to create a program with Java. Users who understand the Java programming language can find an answer on websites such as Stack Overflow and Crafting Java.