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

main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }

2 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


What is the explanation for modular programming?

0 Answers  


What is the use of linkage in c language?

0 Answers  


simple program for virtual function?

1 Answers  


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


Why cd or dvd are round why not square.

1 Answers  


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

0 Answers   Infosys,


How can I implement sets or arrays of bits?

0 Answers  


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Categories