What do you mean by: Syntax Error, Logical Error, Runtime Error?

Answer Posted / siya

syntax error..means error in the formats.

logic error means error in the pgm logic

run time means error accurs at run time..

Is This Answer Correct ?    21 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78

1101


What is homogeneous array?

456


What are the applications of b-tree?

548


Can you distinguish between ArrayList and Array?

576


What are the different types of hash functions?

492






What is two-dimensional array?

518


Explain implementation of deletion from a binary tree.

519


Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A

643


How do you rotate an AVL tree?

560


How can you implement a stack?

589


What is an ordered list?

568


What is time and space complexity of bubble sort?

438


How do you sort an array in descending order?

494


How do you find the complexity of a selection sort?

479


Does hashtable allow null values?

481