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
Why c is called a middle level language?
What are the three constants used in c?
Is a house a shell structure?
What is integer constants?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is %d used for?
What is a char in c?
write a program to find the given number is prime or not
Describe the difference between = and == symbols in c programming?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Is there a way to jump out of a function or functions?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What are the features of c languages?
What are the parts of c program?
how can f be used for both float and double arguments in printf? Are not they different types?