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 |
second highest number in a given set of numbers
how can i sort numbers from ascending order and descending order using turbo c..
What are categories used for in c?
wtite a program that will multiply two integers in recursion function
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
write an interactive program to generate the divisors of a given integer.
Why doesnt that code work?
How is pointer initialized in c?
Explain what are the different file extensions involved when programming in c?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
How can I manipulate strings of multibyte characters?
how to return 1000 variables from functio9n in c?plz give me code also