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 |
Is return a keyword in c?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
How can I generate floating-point random numbers?
What is operator promotion?
What tq means in chat?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Explain what are multidimensional arrays?
What are control structures? What are the different types?
What is union in c?
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
how to construct a simulator keeping the logical boolean gates in c
What is realloc in c?