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
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What are the string functions? List some string functions available in c.
What is scope and lifetime of a variable in c?
what is a function method?give example?
What standard functions are available to manipulate strings?
What are external variables in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Write a Program to accept different goods with the number, price and date of purchase and display them
What do mean by network ?
How can you draw circles in C?
Tell me is null always defined as 0(zero)?
What are types of structure?
How do you override a defined macro?
How do shell structures work?
What does struct node * mean?