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
Write a progarm to find the length of string using switch case?
Write a C program in Fibonacci series.
List some of the dynamic data structures in C?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Do you know the purpose of 'register' keyword?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What are header files and what are its uses in C programming?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Tell me is null always defined as 0(zero)?
What is a memory leak? How to avoid it?
what are the 10 different models of writing an addition program in C language?
What is the difference between array and linked list in c?
Give me the code of in-order recursive and non-recursive.
What is the scope of local variable in c?
What is scanf () in c?