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 |
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
Write code for atoi(x) where x is hexadecimal string.
to get a line of text and count the number of vowels in it
How to establish connection with oracle database software from c language?
What is the difference between #include <header file> and #include “header file”?
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
What is hungarian notation? Is it worthwhile?
Famous puzzles which are generally asked by companies during interviews ?
When can you use a pointer with a function?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
How can I read a binary data file properly?
Expand the following LKB BKL FFG