P
pete
Robert said:ITYM "pointer is %p\n"
No. I was emphasizing the fact that they compare equal.
The obvious example, however it is quite debatable (and has been
debated very much so, no need to start again now) as to whether
"pointer" *points* to anything at all (being a pointer to void).
The non-NULL return value of malloc points to memory.
The NULL return value of malloc, doesn't.