What is "null pointer assignment error"?

Posted by sharptooth on Stack Overflow See other posts from Stack Overflow or by sharptooth
Published on 2010-05-04T07:45:10Z Indexed on 2010/05/04 7:48 UTC
Read the original article Hit count: 190

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?

© Stack Overflow or respective owner

Related posts about c

    Related posts about pointer