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
Write a program of advanced Fibonacci series.
What is identifier in c?
What is a constant?
What is difference between %d and %i in c?
What are structural members?
Is c# a good language?
What’s a signal? Explain what do I use signals for?
how could explain about job profile
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Can you return null in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Explain how do you determine the length of a string value that was stored in a variable?
Define circular linked list.
What is the code in while loop that returns the output of given code?
What is pointer in c?