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
Write a program to print fibonacci series using recursion?
What is the general form of #line preprocessor?
What is boolean in c?
Why c is known as a mother language?
What is bubble sort technique in c?
What is the purpose of sprintf() function?
Why c is called a mid level programming language?
provide an example of the Group by clause, when would you use this clause
Explain how can type-insensitive macros be created?
What is scanf () in c?
What is the use of bit field?
What is pragma c?
Write a program to check whether a number is prime or not using c?
Is there any possibility to create customized header file with c programming language?
I need a sort of an approximate strcmp routine?