C/c language
Expert: Zlatko - 6/22/2010
Questionwhat are the different types of errors are a raised in C language. Please tell me detailed description?
AnswerHello Shaik
To see the different types of errors in the C language, start writing C programs. When you compile them, you will see your errors. Your errors are the only ones that matter. After many years of programming, you will have seen all the errors that can be raised in the C language.
Also, if you like to waste your time, look at
http://msdn.microsoft.com/en-us/library/zz3ext39%28v=VS.71%29.aspx
Read them all. Make sure to memorize everything.
Best regards
Zlatko