how many error occurs in C language ?
Answer Posted / santosh kumar sharma
Basically there are only two type of error
(1) compile time error
(2) run time error
In compile time error there are two types of error first is
syntex error and second is segment error.
In run time error there are also two types of erro logical
error and linking error
By santosh kumar sharma
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the scope of local variable in c?
Why string is used in c?
What do you mean by scope of a variable in c?
Which is the memory area not included in C program? give the reason
What is the best style for code layout in c?
What is const keyword in c?
What are the advantages of using new operator as compared to the function malloc ()?
What is getch() function?
How can I read data from data files with particular formats?
How can I do serial ("comm") port I/O?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is static identifier?
Where can I get an ansi-compatible lint?
Do you know what are the properties of union in c?
Does c have an equivalent to pascals with statement?