how many error occurs in C language ?
Answer Posted / ramajayam
many types error in c language but commonly three types of
error first one syntax error means if any one create a
program in c language to write some codings at that time
the person declared a variable properly for ex:
he create a coding intx; no space in variable name and data
type at that he compiling the program system ask one error
in your program the error is syntax error in particular
line you will not declared properly.
second one logical error
logical error means some input function are output function
is typed wrong at that this type of error occur in your
program for ex: you type input function scan("");
this type of error is run time error
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
what is use of malloc and calloc?
What is the significance of an algorithm to C programming?
What are the features of c language?
Ow can I insert or delete a line (or record) in the middle of a file?
pierrot's divisor program using c or c++ code
Add Two Numbers Without Using the Addition Operator
Is Exception handling possible in c language?
How can you be sure that a program follows the ANSI C standard?
Explain threaded binary trees?
What are the different properties of variable number of arguments?
What is storage class?
What does 4d mean in c?
What is a stream?
What is chain pointer in c?
Explain the use of fflush() function?