how many times of error occur in C
Answers were Sorted based on User's Feedback
Answer / meenu
3 types of errors. logical , syntax and run time.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / vinay tiwari
there are three types of error in c
logical,syntax,linking error
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pressi
There are three types of errors in C
Compiler, Logical, Run-Time errors
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ambar
3 types of errors in c are:
symmantic error(logical error)
syntax error(language gramatical error)
run time error(compilation or executing error)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / xyz
there is no limit......what
about.....lvalue&rvalue...headerfile...fatal eroor.....in
fatal error there re so many error...i think there is no
cunt on this
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between formatted&unformatted i/o functions?
What do you understand by friend-functions? How are they used?
Do you know null pointer?
what is the disadvantage of using macros?
Which is better pointer or array?
Why doesn't C support function overloading?
What is meant by type casting?
What are bit fields? What is their use?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Where are c variables stored in memory?
two variables are added answer is stored on not for third variable how it is possible?
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them