One of job interview questions on C pointers here is the following: what is null pointer assignment error?
I\'ve googled for a while and don\'t see any reasonab
It is a run time error occurs when you try to point illegal memory space, usually address 0 which is reserved for OS.