answersLogoWhite

0

What is an Example of syntax error?

Updated: 9/15/2023
User Avatar

Wiki User

11y ago

Best Answer

date

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is an Example of syntax error?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is syntax error a compilation error?

Not entirely. A compilation error can contain a syntax error, but what a syntax error actually is, is an error in how the coding is spelled. For example, say you are trying to program a router. You type in the code, of which you know it's the correct code, but receive an error. You proofread the code and notice that one or more of the words are not spelled correctly. This would be a syntax error. They can also take the form of misplacing the words in the code's syntax.


What is a syntax error in vb.net?

Example: WIHLE instead of WHILE


What is error 601?

On a RadioShack TRS 80, It is a Syntax Error "Syntax Error 601"


Is an infinite loop an example of a syntax error?

No. A syntax error is a statement that fails to compile. Infinite loops are simply loops for which the number of iterations is unknown. However, all loops, whether counted loops or infinite loops, must have a reachable exit condition. If a loop does not have a reachable exit condition then it is a logic error, not a syntax error.


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.


What are the ratings and certificates for Syntax Error - 2003?

Syntax Error - 2003 is rated/received certificates of: Australia:M


What type of errors we have in Java programming?

syntax error, Runtime error, Longic error


What type of error is detected when a pascal program is compiled?

syntax error


Difference between syntax error and execution error?

Syntax error is when something is wrong with how a code is written. An execution error occurs when the program comes up to something that it cannot handle because it does not have the code for it.


How do you remove syntax error on Casio fx-85GT PLUS Calculator?

If you have a syntax error on a Casio fx-85GT Plus calculator, you can press the or key which will give you the location of the error and you can then correct it.


What type of error provides an incorrect result but is not a syntax or run time error?

A logic error.


What does it mean when a webpage says 'syntax error'?

When a webpage displays a "Syntax Error" it means that the code for the particular page was written incorrectly and does not follow standard rules of the Syntax programming language so nothing except the error will be displayed as the code cannot be understood.