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
What are the operations that can be performed on a stack?
What is 2 dimensional linked list?
Why entry interface is used in map?
What is lifo?
Which sorting is best in time complexity?
How does arraylist store data?
How do you find the size of an arraylist?
What do you mean by 2-3-4 tree?
How many types of linked list exist?
How do you sort in ascending order in arraylist?
How is a hashset implemented?
Write a Program for Delete an element from a doubly linked list.
Which sorting has less time complexity?
What is the difference between classifying and sorting?
Are linked lists considered linear or non-linear data structures?