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 is sorting problem?
What are the objectives of studying data structures?
How do you rotate an AVL tree?
How do you find the depth of a binary tree?
What is data type in data structure?
How do you create a tree diagram?
What is difference between list and set?
What is concurrentlinkeddeque?
What are vectors used for in real life?
Write a data structure for a queue.
Is complete binary tree?
Why is sorting and classifying important?
Explain about circular linked list?
What is stack algorithm?
What are stacks? Give some of its applications.