how many error occurs in C language ?
Answer Posted / ravi raj
Mainly there are 5 types of error that occur which are as :-
1.syntax error:- Error in syntax(gramer)of program.
2.semantic error:-Error in meaning of program.
3.logical error:-error in logic(logic and,or,not)which
compiler can not identify/check.
4.runtime error:-Error which occur due to insufficient of
memory, floating exception etc.
5.compile error:-Error that occur in compiling of program like
phrase error, in complete type, bad argument, can not locate
object etc.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Is main is a keyword in c?
What is the difference between a function and a method in c?
Why is c so popular?
Why is it usually a bad idea to use gets()? Suggest a workaround.
what do the 'c' and 'v' in argc and argv stand for?
c program to compute AREA under integral
What does do in c?
What are pointers? What are different types of pointers?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is "Hungarian Notation"?
Explain the process of converting a Tree into a Binary Tree.
What is self-referential structure in c programming?
Explain how do you declare an array that will hold more than 64kb of data?
What is a static function in c?
What is a macro, and explain how do you use it?