What do you mean by: Syntax Error, Logical Error, Runtime Error?
Answer Posted / aatish gupta
syntax errors:it occurs when rules of a programming language are missued ,when a grammatical rule of c++ is violated.syntax refers to formal rules governinp the construction of valid statements in a language runtime errors:it is occurs during thr execution of programme logical errors: a logical error is an reeor introduced in a programme by incrroct translation logic of the programme
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
Which sorting does collections sort use?
Describe the degree term in a tree.
Why do we use binary search?
For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.
What method is used to place a value onto the top of a stack?
What is pointer in data structure?
Why hashmap is faster than hashset?
What is the difference between hashmap and arraylist?
Write the steps involved in the insertion and deletion of an element in the stack.
Which interfaces are implemented by concurrentskiplistset?
How many sorting techniques are there?
What is the prerequisite for binary searching?
What is priority queue in data structure?
Why is arraylist not thread safe?
Which searching algorithm is best?