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

A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

0 Answers   Huawei,


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,


What is difference between far and near pointers?

0 Answers  


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

0 Answers  


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


What are inbuilt functions in c?

0 Answers  


What is the difference between class and object in c?

0 Answers  


write a program to copy a string without using a string?

2 Answers  


who is first prime minister in india??

8 Answers   Wipro,


what are non standard function in c

0 Answers  


Categories