On Tue, Aug 14, 2007 at 15:55:48 -0700, Arjan van de Ven wrote:
It is. Its representation isn't guaranteed to be all-bits-zero, but
the constant value 0 when used in pointer context is always a null
pointer (and in fact the standard requires that NULL be #defined as 0
or a cast thereof).
-