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
How can I learn data structures?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
How do you find a string is anagram or not?
What is merge sort in daa?
Can we add duplicate keys in a hashmap?
Is data structures and algorithms important?
How do you replace an element in an arraylist?
Write an algorithm to show various operations on ordered list and arrays
What happens when arraylist is full?
Define separate chaining?
What is a dequeue?
How do you access the values within an array?
In what areas do data structures are applied?
What are different techniques for making hash function?
What is bitonic search?