Hacker News new | ask | show | jobs
by vardump 459 days ago
When's the last time you've seen a non zero NULL pointer?

We don't code for things like PDP-11 or Honeywell mainframes all that often.

https://c-faq.com/null/machexamp.html

1 comments

Here is a non-zero null pointer: https://gcc.godbolt.org/z/Po5r5Pa36
whats going on here, I dont know enough C++ to understand