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


Please Help Members By Posting Answers For Below Questions

What are the types of macro formats?

811


What does & mean in scanf?

835


What are the advantages of c language?

847


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1391


Can a variable be both static and volatile in c?

803


What are the applications of c language?

835


Why can't I perform arithmetic on a void* pointer?

826


What does the format %10.2 mean when included in a printf statement?

1358


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.

1969


Can we access the array using a pointer in c language?

809


What is hashing in c language?

841


Explain void pointer?

791


What are 3 types of structures?

817


What is adt in c programming?

846


What does 4d mean in c?

1224