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
How do I sort a hashmap key?
What is time complexity of sorting algorithms?
What are threaded binary trees?
Write an algorithm to check if there is a loop in a doubly linked list.
Explain binary searching, Fibonacci search.
Can a hashmap have duplicate keys?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
What are the standard ways in which a graph can be traversed?
Explain the term base case?
Is list an array?
How do you represent a linked list?
What are the major data structures used in the rdbms?
Which collection is used for sort?
How do you get placements?
Write program for Bubble Sort ?