What does the error 'Null Pointer Assignment' mean and what causes this error?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Can I pass constant values to functions which accept structure arguments?

2 Answers  


How will you delete a node in DLL?

0 Answers   GrapeCity,


What does char * * argv mean in c?

0 Answers  


how to execute with out main in cprogram

15 Answers   Infosys,


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

0 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


What is I ++ in c programming?

0 Answers  


What are the different types of objects used in c?

0 Answers  


What is c basic?

0 Answers  


How can I increase the allowable number of simultaneously open files?

1 Answers   ABC,


Categories