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
how do you execute a c program in unix.
What is a void pointer? When is a void pointer used?
Why we use break in c?
What is function definition in c?
What are qualifiers and modifiers c?
What are the two types of structure?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is return in c programming?
How we can insert comments in a c program?
What is pointer to pointer in c with example?
How can I remove the trailing spaces from a string?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
How can I change their mode to binary?
What does volatile do?