Ouch. The program crashed upon trying to divide by zero. It’s okay if a program crashes during development, but our final program would hopefully never crash, and should always explain to the user what went wrong.

    Walter White • Heisenberg

    C programs crashing is a fact of life. If anything goes wrong the operating system kicks them out. Programs can crash for many different reasons, and in many different ways. You will see at least one .