ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
hello friends
what do u mean by BUS ERROR
i got this error while i am doing my program in DATA STRUCTURES
 Question Submitted By :: Anjeereddy
I also faced this Question!!     Rank Answer Posted By  
 
  Re: hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
Answer
# 1
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 ?    3 Yes 0 No
Theredplanethavoc
 
  Re: hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
Answer
# 2
http://en.wikipedia.org/wiki/Bus_error
 
Is This Answer Correct ?    2 Yes 0 No
Ravi
 
 
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
What is the relation between # and include<stdio.h> HCL3
what is the differnce between AF_INET and PF_INET? Wipro2
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me  4
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);  1
The C language terminator is a.semicolon b.colon c.period d.exclamation mark TCS3
What is the diffences between Windows XP and Windows Visa Aricent1
what are the difference between ANSI C and Let Us c and Turbo C LG-Soft1
What is the memory allocated by the following definition ? int (*x)(); ADITI2
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x? Oracle13
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa.. Aricent4
how to find sum of digits in C? CTS10
What compilation do? Geometric-Software7
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?  3
write a programme that inputs a number by user and gives its multiplication table.  2
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT IBM1
what is the function of .h in #include<stdio.h> in c ? IBM9
write a program to insert an element at the specified position in the given array in c language IBM2
How do you write a program which produces its own source code as its output?  3
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1; TCS10
main() { int i=400,j=300; printf("%d..%d"); } ME8
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com