Y
Hacker News
new
|
ask
|
show
|
jobs
by
StreamBright
2494 days ago
All of them are null pointer exception & segfault free I bet.
1 comments
sfkdjf9j3j
2494 days ago
Due to the language's design, C programs are in fact guaranteed to be free of exceptions.
link
teddyh
2494 days ago
Except SIGFPE.
link
segfaultbuserr
2494 days ago
I nominate your comment for the HN comment of the day.
link
StreamBright
2494 days ago
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-...
link