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 struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


which one is better structure or union?(other than the space occupied )

2 Answers  


Write a program on swapping (100, 50)

0 Answers   BPL,


Why string is used in c?

0 Answers  


Write a program to reverse a given number in c language?

0 Answers  


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

0 Answers  


Which are low level languages?

0 Answers  


Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????

3 Answers   TCS,


Read two numbers from keyboard and find maximum of them?

1 Answers  


wap to print "hello world" without using the main function.

22 Answers   TCS, Wipro,


can we access one file to one directory?

1 Answers  


? ???Mirror Mirror on the wall????????

1 Answers   channel V, DPI,


Categories