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
What is queue in c?
What’s the special use of UNIONS?
while initialization of array why we use a[][2] why not a[2][]...?
What does %p mean?
What is difference between scanf and gets?
When is a null pointer used?
What does %c do in c?
What is return in c programming?
show how link list can be used to repersent the following polynomial i) 5x+2
Compare and contrast compilers from interpreters.
What is a c token and types of c tokens?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What are the storage classes in C?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is the -> in c?