Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain 'bus error'?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the meaning of 'c' language

3 Answers  


Tell me about low level programming languages.

0 Answers   Amdocs,


main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 Answers   Vector, Wipro, Zoho,


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


Write a program to generate random numbers in c?

0 Answers  


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


What is the diffrent between while and do while statement ?

6 Answers  


What do you mean by command line argument?

0 Answers   TCS,


Differentiate between the expression “++a” and “a++”?

0 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


What is the explanation for cyclic nature of data types in c?

0 Answers  


Categories