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

Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.

2 Answers  


what do you mean by enumeration constant?

0 Answers  


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


what is differnence b/w macro & functions

1 Answers  


how to find greatet of 10 numbers without using array?

4 Answers  






What are type modifiers in c?

0 Answers  


What is the difference between new and malloc functions?

0 Answers   InterGraph,


Do you know the use of fflush() function?

0 Answers  


What is a scope resolution operator in c?

0 Answers  


how to capitalise first letter of each word in a given string?

0 Answers  


Can stdout be forced to print somewhere other than the screen?

0 Answers  


what are bps & baud rates? differentiate these two?

2 Answers   TCS,


Categories