What does a run-time "null pointer assignment" error mean?

Answers were Sorted based on User's Feedback



What does a run-time "null pointer assignment" error mean?..

Answer / varghese

its means u r assingnning a pointer to an invalid address
location

Is This Answer Correct ?    9 Yes 1 No

What does a run-time "null pointer assignment" error mean?..

Answer / guest

It means that you've written, via a null pointer, to an
invalid location

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More C Interview Questions

implement general tree using link list

1 Answers   Wipro,


What should malloc(0) do?

1 Answers  


Difference between malloc() and calloc() function?

1 Answers  


Why is malloc used?

1 Answers  


What is the difference between far and near in c?

1 Answers  


where does malloc() function get the memory?

1 Answers  


How to implement call back functions ?

3 Answers   HP,


what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


How can a number be converted to a string?

2 Answers  


do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?

1 Answers   Oracle,


What is the c value paradox and how is it explained?

1 Answers  


What do you mean by recursion in c?

1 Answers  


Categories