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 are the parts of c program?
Is there a way to switch on strings?
What is break in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
How does free() know explain how much memory to release?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is the significance of scope resolution operator?
What is a double c?
how to make a scientific calculater ?
Why does everyone say not to use gets?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
In a switch statement, explain what will happen if a break statement is omitted?
What does c in a circle mean?
What is stack in c?
What should malloc(0) do?