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 |
HOW TO HANDLE EXCEPTIONS IN C
What is a volatile keyword in c?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What are the advantages of using Unions?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
How can variables be characterized?
Why c language?
Why do we use int main?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
how write a addtion of two single dimensional array using of pointer in c language?