how many error occurs in C language ?
Answer Posted / mrs.ahmer
There are three types of errors in C language.
1:syntax error:-It occurs if The statement terminator is
missing at the end of statement,A misspelled keyword is
used in the program,Any of the delimiters is missing.
2:Logical error:-It occurs due to wrong logic of
programmer.it usually occurs when programmer writes wrong
formula to calculate the result.
3:Runtime error:-A type of error that occurs during the
execution of a program is known as runtime error.If user
may ask the program to open a file that does not exist or
the user may enter wrong type of data.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
how to introdu5ce my self in serco
Explain the difference between call by value and call by reference in c language?
what is the significance of static storage class specifier?
write a program to concatenation the string using switch case?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is extern keyword in c?
Suggesting that there can be 62 seconds in a minute?
What is wrong with this program statement?
What are categories used for in c?
What's a good way to check for "close enough" floating-point equality?
How can you tell whether two strings are the same?
What does #pragma once mean?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is action and transformation in spark?
How can you allocate arrays or structures bigger than 64K?