Hacker News new | ask | show | jobs
by StreamBright 2494 days ago
All of them are null pointer exception & segfault free I bet.
1 comments

Due to the language's design, C programs are in fact guaranteed to be free of exceptions.
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-...