What do you mean by: Syntax Error, Logical Error, Runtime Error?
Answer Posted / bipin from utkal university
syntax error is the poor understanding of the language ie
grammatical error
Ex printf("bbsr")
this is syntax error because every c statement should
terminate by semicolon
logical error is the poor understanding of the program ie
program is grammatcally correct but you will get unexpected
result due to incorrect in program logic
Ex: suppose our program is add two integer.In program you
have written a-d instead of a+b.so you will get unexpected
output
runtime error is the bug(error) at run time.
Ex something divided by zero, 44/0
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
What do you mean by probing?
Why is treeset sorted?
What is impact of signed numbers on the memory?
How many types of arrays are there?
Which sorting is best for large data?
What are the advantages of array?
Where is binary tree used?
Explain the Stack
What is bubble sort?
Define articulation point?
What do you mean by collision in hashing?
List the data structures which are used in network data modal.
How does a binary search work?
Why is data structure important?
What is data structure geeksforgeeks?