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 a matrix? Explain its uses with an example
What is bubble sort with example?
What sort of serious problems have you experienced, and how have you handled them?
Difference between hashset and treeset?
What is non linear data structure with example?
Does linkedhashset allow null values?
How is bubble sort done?
What do you mean by Logical Error
Can we insert null in set?
What are the advantages of sorting?
What is b tree in data structure?
Why sorting algorithms are important?
Which list does not allow duplicates?
Is list a data type?
Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).