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 circular singly linked list?
Explain the types of linked lists.
Define indegree of a graph?
Why is arraylist used?
What is stack algorithm?
How is a hashset implemented?
How many types of linked list exist?
Define structure property in a heap?
What is the difference between hashset and treeset?
Define hashing?
Which is better hashmap or arraylist?
in tree construction which is the suitable efficient data structure? (Array, linked list, stack, queue)
What is pivot in quicksort?
For addition and deletion. Which one is most preferred: array list or linked list?
What is fibonacci search?