Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?


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

Post New Answer

More C Interview Questions

Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


what are two kinds of java

2 Answers  


What is the benefit of using #define to declare a constant?

0 Answers  


what are far pointers?

1 Answers  


declare afunction pointer to int printf(char *)?

1 Answers   HCL,






What is variable and explain rules to declare variable in c?

0 Answers  


How many types of arrays are there in c?

0 Answers  


what are the uses of structure?

7 Answers   HCL,


What are comments and how do you insert it in a C program?

0 Answers  


about c language

0 Answers  


What are the advantages of using macro in c language?

0 Answers  


Calculate 1*2*3*____*n using recursive function??

0 Answers  


Categories