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 program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
write a program to print the all 4digits numbers & whose squares must me even numbers?
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
Can we change the value of static variable in c?
How the C program can be compiled?
what is a void pointer?
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
Program to display given 3 integers in ascending order
All technical questions
What is function pointer and where we will use it