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


Please Help Members By Posting Answers For Below Questions

Is binary tree balanced?

475


Which is the best book for data structures and algorithms?

476


What is the difference between classifying and sorting?

505


How to reverse singly link list?

541


Explain the common uses of tree database.

518






What is the use of threaded binary tree?

572


What is the difference between null and void?

534


What is the difference between data types and data structures?

461


What is merge sort and how it works?

491


Which sorting algorithm is best for large data?

471


What is shell sort in data structure?

479


Define the graph data structure?

546


Define a binary search tree?

563


What is the slowest sorting algorithm?

491


A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.

523