Node:Errors, Next:, Previous:File names, Up:Using a compiler



Errors

Errors are mistakes that programmers make in their code. There are two main kinds of errors.

If the compilation of a program is successful, then a new executable file is created.

When a programmer wishes to make alterations and corrections to a C program, these must be made in the source code, using a text editor; after making the changes, the programmer must recompile the program, or its salient parts.