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 an auto variable in c?
List the difference between a "copy constructor" and a "assignment operator"?
What is the difference between the expression “++a” and “a++”?
What is the explanation for prototype function in c?
what is a function method?give example?
What is wild pointer in c with example?
What is the difference between a free-standing and a hosted environment?
What are the data types present in c?
What is malloc calloc and realloc in c?
What is the maximum length of an identifier?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Why c is called top down?
What is the difference between ‘g’ and “g” in C?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Why array is used in c?