What do you mean by: Syntax Error, Logical Error, Runtime Error?
Answer Posted / prathap reddy
A logic error (sometimes called a semantic error) is a bug
in a program that causes it to operate incorrectly, but not
to terminate abnormally (or crash). A logic error produces
unintended or undesired output or other behavior, although
it may not immediately be recognized as such
A syntax error ( IPA: /ˈsɪntæks ɛrə(ɹ)/ ) refers to an
error in the syntax of a sequence of characters or tokens
that is intended to be written in a particular programming
language.For compiled languages syntax errors occur
strictly at compile-time.
A runtime error is a computer error that appears in the
form of a message box consisting of a particular code along
with its corresponding definitions. Usually, a user will
notice that the computer becomes noticeably slow before a
runtime error appears.
| Is This Answer Correct ? | 29 Yes | 8 No |
Post New Answer View All Answers
What is the purpose of thread?
What is an example of an array?
What is stable sort example?
How do I rearrange rows in numbers?
What is data structure explain in detail?
What are the advantages of data structure?
What method removes the value from the top of a stack?
Define circular list?
Can you have an arraylist of arrays?
Which language is best to learn data structures?
What are red-black trees?
What is the difference between null and void?
List all data structures you would use for a memory management module.
What is a Queue? Explain its operation with example?
What do you mean by shortest path?