Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what does ‘Bus Error’ mean?



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

Post New Answer

More C Interview Questions

void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


Why we use int main and void main?

0 Answers  


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?

1 Answers  


Explain what is the difference between declaring a variable and defining a variable?

1 Answers  


program for comparing 2 strings without strcmp()

4 Answers  


Is it possible to create recycle bin in mobiles?

2 Answers  


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


Describe newline escape sequence with a sample program?

0 Answers  


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,


Explain how does flowchart help in writing a program?

0 Answers  


Write a program to print distinct words in an input along with their count in input in decreasing order of their count..

1 Answers  


Categories