What does a run-time "null pointer assignment" error mean?
Answers were Sorted based on User's Feedback
Answer / varghese
its means u r assingnning a pointer to an invalid address
location
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / guest
It means that you've written, via a null pointer, to an
invalid location
| Is This Answer Correct ? | 0 Yes | 6 No |
implement general tree using link list
What should malloc(0) do?
Difference between malloc() and calloc() function?
Why is malloc used?
What is the difference between far and near in c?
where does malloc() function get the memory?
How to implement call back functions ?
what is the difference between structural,object based,object orientd programming languages?
How can a number be converted to a string?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
What is the c value paradox and how is it explained?
What do you mean by recursion in c?