What is "null pointer assignment error"?
- by sharptooth
One of job interview questions on C pointer here is the following: what is null pointer assignment error?
I've googled for a while and don't see any reasonable explanation. What is that? Trying to write through a null pointer? Something architecture- or environment-specific? What exactly is that error?