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 time complexity of sorting algorithms?
What is binary tree and its types?
Differentiate between push and pop?
What is scalar data type?
Why is quicksort faster than merge sort?
What is the difference between set and unordered_set?
Which sorting does collections sort use?
How to initialize Dictionary using collection initialize?
What is meant by deque?
What is array indexing?
What are different types of sorting algorithms?
What is the difference between binary tree and binary search tree?
What are hashmaps good for?
Explain the term recursive case?
What is difference between stack and queue?