how many error occurs in C language ?
Answer Posted / jayasrinivas.donavalli
How can we say how many errors in C language,but Usually
Every Language has some errors like Syntaical and
Symantical Errors
Syntatical Errors are the error in the syntax like int x.
but here instead of semi colon we palce dot that is the
syntatical error.
Symantical Errors: The errors are in the symantics like If
is the keyword instead of that we write ef
then the meaning is changed that is symantical errors.
The above two errors are Compile time errors and we have
some runtime errors.They are due to some infinite loops
garbage collection or memory shortage or wrong Inputs
Is This Answer Correct ? | 26 Yes | 6 No |
Post New Answer View All Answers
What are the types of macro formats?
What does & mean in scanf?
What are the advantages of c language?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Can a variable be both static and volatile in c?
What are the applications of c language?
Why can't I perform arithmetic on a void* pointer?
What does the format %10.2 mean when included in a printf statement?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Can we access the array using a pointer in c language?
What is hashing in c language?
Explain void pointer?
What are 3 types of structures?
What is adt in c programming?
What does 4d mean in c?