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
How do I use quick sort?
Describe what is Node in link list? And name the types of Linked Lists?
What is the purpose of tochararray ()?
What is weight balanced tree in data structure?
What is unmodifiable list?
Which is the slowest sorting algorithm?
Given M x N matrix with sorted elements row wise and column wise, find elements?
What are the advantages of sorting?
How does quick sort work?
What are priority queues?
On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.
What is adt example?
What is a hashers run?
Describe stack operation.
When is a binary search best applied?