[previous_group] [previous] [up] [next] [next_group]

Errors in C Programs

In the programs we have written so far, we have seen numerous errors and error messages. We can classify the types of errors by when they occur.

We have three types of errors:

Compile Time Errors
Link Time Errors
Run Time Errors
Recall the flow we described in the life of a C program:


[up] to Overview.

[next]