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

Write a program to print fibonacci series using recursion?

817


What is the general form of #line preprocessor?

763


What is boolean in c?

813


Why c is known as a mother language?

834


What is bubble sort technique in c?

760


What is the purpose of sprintf() function?

802


Why c is called a mid level programming language?

815


provide an example of the Group by clause, when would you use this clause

1952


Explain how can type-insensitive macros be created?

756


What is scanf () in c?

825


What is the use of bit field?

870


What is pragma c?

848


Write a program to check whether a number is prime or not using c?

794


Is there any possibility to create customized header file with c programming language?

816


I need a sort of an approximate strcmp routine?

830