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
Explain what is the purpose of "extern" keyword in a function declaration?
What is wrong with this initialization?
What is the significance of scope resolution operator?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is the data segment that is followed by c?
What are the 32 keywords in c?
In which language linux is written?
What is the use of linkage in c language?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
How can I find out if there are characters available for reading?
Tell me what are bitwise shift operators?
Explain how can you determine the size of an allocated portion of memory?
What is the function of this pointer?
how to create duplicate link list using C???
How can you restore a redirected standard stream?