how many error occurs in C language ?
Answer Posted / arpit dhandhania
I think that the question is HOW many errors and not how many types of errors.
According to me the answer is 26
Because maximum of 25 errors are counted by the C compiler in any program and the 26th error is "TOO MANY ERRORS".
So the answer in 26...
| Is This Answer Correct ? | 21 Yes | 13 No |
Post New Answer View All Answers
Explain the Difference between the New and Malloc keyword.
How do you define a function?
Why do we use header files in c?
How do you determine the length of a string value that was stored in a variable?
Which header file is essential for using strcmp function?
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.
Is Exception handling possible in c language?
What is the use of a ‘ ’ character?
Explain the properties of union.
What is spaghetti programming?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is variable in c example?
Why double pointer is used in c?
What does printf does?
What is string length in c?