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
What do you mean by Recursion Function?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is the c language function prototype?
Explain the difference between #include "..." And #include <...> In c?
Why c language is called c?
What is difference between structure and union in c?
How are strings stored in c?
What does *p++ do?
Explain what is the use of a semicolon (;) at the end of every program statement?
Can a pointer be volatile in c?
How can I implement a delay, or time a users response, with sub-second resolution?
Why c is known as a mother language?
What is difference between scanf and gets?
Explain how can I write functions that take a variable number of arguments?
What is #ifdef ? What is its application?