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

What is the right way to use errno?

0 Answers  


What is indirection?

0 Answers  


Where define directive used?

0 Answers  


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


What is omp_num_threads?

0 Answers  






#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


Why isn't it being handled properly?

0 Answers  


Explain how does free() know explain how much memory to release?

0 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


What is the difference between malloc() and calloc()?

0 Answers  


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


Categories