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

program to find middle element of linklist?

1 Answers   Huawei,


what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


What is a shell structure examples?

0 Answers  


write a program to fined second smallest and largest element in a given series of elements (without sorting)

9 Answers   Yahoo,


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  






Write a C program to fill a rectangle using window scrolling

1 Answers  


praagnovation

0 Answers  


Explain how do you override a defined macro?

0 Answers  


What is use of integral promotions in c?

0 Answers  


difference between semaphores and mutex?

1 Answers  


Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...

2 Answers  


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

0 Answers  


Categories