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 |
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
How do shell structures work?
What is array of structure in c programming?
I need previous papers of CSC.......plz help out by posting them.......
What are register variables in c?
How to establish connection with oracle database software from c language?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
When should a type cast be used?
Is the following code legal? struct a { int x; struct a b; }
Explain what is the general form of a c program?
difference between function & structure
What are the types of bitwise operator?