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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many main () function we can have in a project?

889


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

831


What are types of functions?

775


What is time null in c?

769


What is void main () in c?

951


Why is c so powerful?

885


Is linux written in c?

804


What does void main () mean?

961


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

1047


What is sizeof in c?

772


Write a program to show the change in position of a cursor using c

835


What is structure pointer in c?

788


What do you mean by c what are the main characteristics of c language?

802


What is difference between %d and %i in c?

918


What's the right way to use errno?

866