There are a lot of common C mistakes. I have put together the ones I consider to be the silliest made by C programmers. These are usually the source of the popular C programming tears and remembering the items on this page will brighten your C programming days somewhat.
(1) Values returned by mathematical functions on domain errors are implementation defined.
The best way of handling such domain errors is to ensure that...