What do you mean by: Syntax Error, Logical Error, Runtime Error?
Answer Posted / vivek tiwari
Syntax Error-Errors in coding which do not follw language
syntax format. It can occur by human mistak in typing & due
lack knowledge of language .
EX - Ram are a boy. error
correct- Ram is a boy.
Logical Error- Here is correct, program will execute
properly but not give answer correct.
EX- Table is a boy syntax correct
but meaning is not
Runtime Error- overflow, underflow, out of memory capacity.
| Is This Answer Correct ? | 165 Yes | 32 No |
Post New Answer View All Answers
Can we change load factor of hashmap?
What are the difference between arraylist and linkedlist from the perspective of sorting?
Which is best array or linked list?
What do you mean by Runtime Error
What is doubly linked list in data structure?
How can you insert a node in a random location of the linked list?
Mention the data structures which are used in graph implementation.
What is sorting and classifying?
What is the difference between collection and collections?
Explain linear linked implementation of Stack and Queue?
How do you check if a stack is empty or not?
When will you use array over arraylist?
What is sequential sorting?
What is data type explain?
How is bubble sort done?