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
Explain how can I make sure that my program is the only one accessing a file?
What are identifiers in c?
What is the benefit of using #define to declare a constant?
Explain two-dimensional array.
What is the difference between procedural and functional programming?
How to get string length of given string in c?
What is a program?
Is it possible to pass an entire structure to functions?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
How can I recover the file name given an open stream?
Why calloc is better than malloc?
What is the benefit of using const for declaring constants?
Write a program to print factorial of given number without using recursion?
What is function prototype?
What does typedef struct mean?