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...


What is a segmentation fault?

Answers were Sorted based on User's Feedback



What is a segmentation fault?..

Answer / nashiinformaticssolutions

It occurs when a program attempts to access an invalid memory location.

Is This Answer Correct ?    0 Yes 0 No

What is a segmentation fault?..

Answer / hr@tgksolutions.com

It occurs when a program attempts to access an invalid memory location.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what r the cpu registers r ther?

1 Answers  


output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

2 Answers   Elysium,


Write a program to find the biggest number of three numbers in c?

0 Answers  


Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


What does p mean in physics?

0 Answers  


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.

1 Answers  


Explain can you assign a different address to an array tag?

0 Answers  


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


What are the key features of C?

6 Answers  


Categories