null pointer assignment.

Jun 17, 2010 15:33

A pointer variable holds the address of a location in memory. But if the pointer hasn't been given a valid address, you can't dereference it.
Previous post Next post
Up