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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

how many key words availabel in c a) 28 b) 31 c) 32

1082


What is an identifier?

1036


Should I learn data structures in c or python?

1028


Can we replace the struct function in tree syntax with a union?

1312


What is the function of multilevel pointer in c?

1087


How do I convert a string to all upper or lower case?

1125


What is a macro, and explain how do you use it?

1086


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2505


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2645


How can I ensure that integer arithmetic doesnt overflow?

1173


What is the difference between scanf and fscanf?

1271


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

2162


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3690


What is a nested formula?

1163


What is structure in c language?

1177