what does ‘Bus Error’ mean?



what does ‘Bus Error’ mean?..

Answer / bhaskar

In computing, a bus error is generally an attempt to access memory that the CPU cannot physically address. Bus errors can also be caused by any general device fault that the computer detects. A bus error rarely means that computer hardware is physically broken - it is normally caused by a bug in a program's source code.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Interview Questions

#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


What is meaning of "Void main" in C Language.

24 Answers   Ford, GU, HCL, IBIBS, JUW, TCS,


Why static variable is used in c?

0 Answers  


Is fortran faster than c?

0 Answers  


What are different types of pointers?

0 Answers  






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

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


What is the meaning of 2d in c?

0 Answers  


What are local variables c?

0 Answers  


What is an volatile variable?

15 Answers   HP,


Is that possible to store 32768 in an int data type variable?

0 Answers  


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

0 Answers  


What is the sizeof () operator?

0 Answers  


Categories