Here is a very short question:
In my C++ code there is a line like that:
if (p == NULL || *p == 0)
I wonder if this is double.
Is (p == NULL)
the same as (*p == 0)
?
Why?
- Sorry SO forced me to write more text, so be it..
- Sorry SO forced me to write more text, so be it..
- Sorry SO forced me to write more text, so be it..
1