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 |
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
What's the best way of making my program efficient?
What is C++
How #define works?
What is the use of ?: Operator?
How can I do peek and poke in c?
what will be maximum number of comparisons when number of elements are given?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
What is %d used for?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
WHOT IS CHAR?