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 is the different bitween abap and abap-hr?
Write a program with dynamically allocation of variable.
What are qualifiers and modifiers c?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Explain the properties of union. What is the size of a union variable
What is the difference between union and structure in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What are types of structure?
Are there namespaces in c?
How many parameters should a function have?
How can I insert or delete a line (or record) in the middle of a file?
What is getch () for?
Explain how are portions of a program disabled in demo versions?
how can f be used for both float and double arguments in printf? Are not they different types?
How can I avoid the abort, retry, fail messages?