Hacker News new | ask | show | jobs
by sfkdjf9j3j 2494 days ago
Due to the language's design, C programs are in fact guaranteed to be free of exceptions.
2 comments

Except SIGFPE.
I nominate your comment for the HN comment of the day.
Nitpicking but you are right. Null pointer bugs (null pointer dereference to be precise) are all over the place in C though.

https://stackoverflow.com/questions/4007268/what-exactly-is-...