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
write a program fibonacci series and palindrome program in c
i have a written test for microland please give me test pattern
Can you please explain the difference between strcpy() and memcpy() function?
What does %d do?
Explain what is wrong with this statement? Myname = ?robin?;
Explain what are the different data types in c?
Explain what are multidimensional arrays?
What does %p mean?
Can a pointer be static?
Are there any problems with performing mathematical operations on different variable types?
How can I dynamically allocate arrays?
What is the difference between a free-standing and a hosted environment?
Why do we need functions in c?
How are Structure passing and returning implemented by the complier?
What is the concatenation operator?