What do you mean by: Syntax Error, Logical Error, Runtime Error?
Answer Posted / ajaya kumar
Syntax Error-Synatx Error is due to lack of knowledge in a
specific language. It is due to somebody does not know how
to use the features of a language.We can know the errors at
the time of compilation.
logical Error-It is due to the poor understanding of the
requirement or problem.
Runtime Error-The exceptions like divide a number by 0,
overflow and underfloe comes under this.
| Is This Answer Correct ? | 72 Yes | 29 No |
Post New Answer View All Answers
What is a simple path?
Is hashmap ordered?
List the applications of queues?
Mention the steps to insert data at the starting of a singly linked list?
What do you mean by hash table?
How can you insert a node to the beginning of a singly linked list?
What is precision in data structures?
Does stringutils isempty check for null?
How do you find the complexity of a bubble sort?
What is difference between treeset hashset linkedhashset?
What is peep stack?
What is inplace sorting?
What is variable size arrays?and why we use it?
Why is data structure important?
How do you do binary search?