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
Differentiate between the = symbol and == symbol?
What is typedef?
Explain how can you tell whether a program was compiled using c versus c++?
What is the method to save data in stack data structure type?
Does c have function or method?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is the difference between union and structure in c?
How can you draw circles in C?
Can you assign a different address to an array tag?
How are Structure passing and returning implemented by the complier?
What is the difference between struct and union in C?
What is the difference between printf and scanf in c?
Is c compiled or interpreted?
What is huge pointer in c?