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
what are the applications of Linked Lists?
How can we reverse the order in the treemap?
For which header list, the last node contains the null pointer?
What is the use of substring?
What is the use of sorting?
Mention the advantages of representing stacks using linked lists than arrays?
What is an expression tree?
Reverse a linked list from the middle.
What type of algorithm is binary search?
What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?
What are the types of algorithms?
What is the difference between array list and vector list?
How many links are there in a binary tree of N nodes?
What is data structure definition?
Can we define the size of arraylist?