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 to display all prime numbers
What are the 4 types of programming language?
What is string concatenation in c?
What is #include cctype?
How can a process change an environment variable in its caller?
How many loops are there in c?
What are identifiers c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is a void pointer in c?
What are pointers really good for, anyway?
Here is a neat trick for checking whether two strings are equal
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is adt in c programming?
What is union in c?
What do you mean by a sequential access file?