hello friends
what do u mean by BUS ERROR
i got this error while i am doing my program in DATA STRUCTURES
Answers were Sorted based on User's Feedback
Answer / 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 |
How do you access command-line arguments?
Can a pointer point to null?
How can I swap two values without using a temporary?
What is union and structure in c?
how will you write a program on linked lists using JAVA programming???????????
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What are the two forms of #include directive?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Diff between for loop and while loop?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
pascal triangle program
what are bitwise shift operators?