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 different types of endless loops?
What is C language Terminator?
what is the difference between static variable and register variable?
If we give two names then this displays the connection between the two people. It is nothing but flames game
what is output of the following statetment?Printf(“%x”, -1<<4); ?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What are c header files?
How to declare a variable?
Is it possible to have a function as a parameter in another function?
Define recursion in c.
Explain pointers in c programming?
Why do we use namespace feature?