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


Please Help Members By Posting Answers For Below Questions

What is int main () in c?

630


Explain setjmp()?

661


What is clrscr ()?

641


write a program to generate address labels using structures?

4011


What are the 5 organizational structures?

571






What is the difference between declaring a variable and defining a variable?

726


The statement, int(*x[]) () what does in indicate?

649


explain what is an endless loop?

615


What does stand for?

601


Is Exception handling possible in c language?

1588


What is the best way to store flag values in a program?

583


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

602


program for reversing a selected line word by word when multiple lines are given without using strrev

1951


What is structure data type in c?

575


What is character constants?

716