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 |
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
I came across some code that puts a (void) cast before each call to printf. Why?
Explain how can a program be made to print the name of a source file where an error occurs?
Explain what does the function toupper() do?
what is difference b/w extern & volatile variable??
What are dangling pointers? How are dangling pointers different from memory leaks?
how i m write c program 1.check prime number 2.prime number series
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
In scanf h is used for
why java is called as a purely oops language.
What is structure packing in c?