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 the difference between ienumerable and list?
What is the difference between collection and collections?
In which matrix, we can use multilinked structures?
Explain implementation of traversal of a binary tree.
What do you mean by double hashing?
What are the advantages of sorting?
How to use appendNode() in linkedlist()?
What does adt stands for?
Given an unsorted linked list, and without using a temporary buffer, write a method that will delete any duplicates from the linked list?
What is circular queue example?
Which data structure is applied when dealing with a recursive function?
What are the different types of sorting in data structure?
Does hashmap allow null keys?
What is garbage collection in data structure?
Write a program to insert an element and in the specific position in the array?