What does a run-time "null pointer assignment" error mean?
Answer Posted / 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 View All Answers
Is exit(status) truly equivalent to returning the same status from main?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is a constant?
Why shouldn’t I start variable names with underscores?
What does void main () mean?
What's the total generic pointer type?
How can I read data from data files with particular formats?
Here is a neat trick for checking whether two strings are equal
What are pointers? What are different types of pointers?
What is #define size in c?
What is 2c dna?
Why we use int main and void main?
Write a program to check palindrome number in c programming?
Why is c fast?
What are the rules for identifiers in c?