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 |
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
What is double pointer in c?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
Is file a keyword in c?
Can we write a program without main() function?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
What are compound statements?
show how link list can be used to repersent the following polynomial i) 5x+2
Is it possible to run a c program without using main?If yes HOW??
write a program to find the frequency of a number
What is #line?
How can we allocate array or structure bigger than 64kb?