What does a run-time "null pointer assignment" error mean?
Answer Posted / varghese
its means u r assingnning a pointer to an invalid address
location
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain what standard functions are available to manipulate strings?
Is that possible to store 32768 in an int data type variable?
What is the difference between Printf(..) and sprint(...) ?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is string length in c?
How can I recover the file name given an open stream?
What is getch() function?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What are the __date__ and __time__ preprocessor commands?
How to Throw some light on the splay trees?
Explain what is the benefit of using #define to declare a constant?
What are the types of data types and explain?
What is a far pointer in c?
What is scope rule of function in c?
What is use of bit field?