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 |
Why doesnt that code work?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is the right type to use for boolean values in c?
What is the difference between Printf(..) and sprint(...) ?
What is the memory allocated by the following definition ? int (*x)();
What are the header files used in c language?
How will you write a code for accessing the length of an array without assigning it to another variable?
How are strings stored in c?
How many types of operator or there in c?
What is the function of volatile in c language?
what is use of loop?