Null Pointer Assignment
Dan Schikore
schikore at mentor.cc.purdue.edu
Fri Oct 12 00:28:50 AEST 1990
What exactly does the run-time error "Null Pointer Assignment" mean? I get
this error after a series of recursive calls to a function, but the error does
not come up until the end of the program. In fact, I put in the line
printf("done\n");
exit(0);
at the end of my main, and when executed, it says
done
Null Pointer Assignment
Does this make sense? Thanks for any suggestions.
-Dan Schikore
schikore at mentor.cc.purdue.edu
More information about the Comp.lang.c
mailing list