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

Why & is used in scanf in c?

0 Answers  


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


simple program of graphics and their output display

0 Answers   Elysium,


What is 2 d array in c?

0 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  






Are the outer parentheses in return statements really optional?

0 Answers  


write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.

5 Answers   Temenos,


difference between object file and executable file

0 Answers  


is assignment operator is arithmatic or not

3 Answers   Infosys,


Explain what are the standard predefined macros?

0 Answers  


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


Categories