Name: Anonymous 2012-10-16 12:55
that feel when your CS lecturer starts loops from 1 instead of 0.
NULL isn't guaranteed to be zero. It is guaranteed to compare equal with zero. Casting NULL to integer type may give you absolutely anything. This is important to consider when dealing with segmented architectures where the bottom of an arbitrary segment needs to be addressable.char x[n];/ sizeof(*x).