What is a 'null pointer assignment' error?


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

Post New Answer

More C Interview Questions

int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 Answers  


Why is a semicolon (;) put at the end of every program statement?

0 Answers  


How to print "I Love My India" without using semi colon?

4 Answers  


What are derived data types in c?

0 Answers  


Explain that why C is procedural?

0 Answers   Maveric, Verifone,






How do you define CONSTANT in C?

0 Answers   ADP,


What is declaration and definition in c?

0 Answers  


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?

1 Answers   Zensar,


Write a program for print infinite numbers

3 Answers   Wipro,


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?

4 Answers   Amazon, Apple, Bata, Google, NASA,


Categories