hello friends
what do u mean by BUS ERROR
i got this error while i am doing my program in DATA STRUCTURES

Answers were Sorted based on User's Feedback



hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STR..

Answer / theredplanethavoc

This error occurs when the program tries to access a memory
location outside its address space. That is, accessing
uninitialized pointers, or even mangled pointers (ones which
have no reference or have been deleted).

The Bus error means that the kernel did not detect the
problem on its own; the memory system realized the error.

Is This Answer Correct ?    4 Yes 0 No

hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STR..

Answer / ravi

http://en.wikipedia.org/wiki/Bus_error

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Interview Questions

write a c program to store and print name,address,roll.no of a student using structures?

7 Answers  


Explain about the constants which help in debugging?

0 Answers  


mplementation of stack using any programing language

1 Answers   Marlabs,


what is the difference between #include<> and #include”…”?

5 Answers  


What is the use of function overloading in C?

0 Answers   Ittiam Systems,






If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,


how does printf function work

1 Answers  


Tell me is null always defined as 0(zero)?

0 Answers  


Is Exception handling possible in c language?

0 Answers   Wipro,


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  


Categories