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
How many main () function we can have in a project?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What are types of functions?
What is time null in c?
What is void main () in c?
Why is c so powerful?
Is linux written in c?
What does void main () mean?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is sizeof in c?
Write a program to show the change in position of a cursor using c
What is structure pointer in c?
What do you mean by c what are the main characteristics of c language?
What is difference between %d and %i in c?
What's the right way to use errno?