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 |
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
What are function pointers? Provide an example.
what is the use of using linked list and array?
code for inverse a matrix
Why c is called procedure oriented language?
What are the types of c language?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is declaration and definition in c?
Why main is used in c?
What is table lookup in c?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Who is the founder of c language?