Answer Posted / 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 View All Answers
What are the 3 types of structures?
What are the different properties of variable number of arguments?
Can one function call another?
How do you determine the length of a string value that was stored in a variable?
What math functions are available for integers? For floating point?
What are header files why are they important?
What is the description for syntax errors?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is the size of empty structure in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is the difference between fread buffer() and fwrite buffer()?
What is the most efficient way to count the number of bits which are set in an integer?
What is meant by gets in c?
How can I do peek and poke in c?
Explain what are run-time errors?