Category - gnu.org

Image 9

6. Errors in C Program

An error is an illegal operation performed by the user which results in abnormal working of the program. Programming errors often remain undetected until the program is compiled or executed. Some of the errors inhibit the program from getting compiled or executed. Thus, errors in a c program should be removed before compiling and executing.
Read More