what does ‘segmentation violation’ mean?

Answer Posted / vadivel t

Segmentation voilation occurs when we are trying to access
or modify the data in the location, which is resticted to
access. This problem can occur when u r trying to write
data in read only memory or when u r trying to overwrite
the OS files.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

669


What are structure members?

588


What are the basic data types associated with c?

805


What is the use of pragma in embedded c?

585


How can I call fortran?

634






Explain the use of keyword 'register' with respect to variables.

586


Explain how can I open a file so that other programs can update it at the same time?

585


What is a good way to implement complex numbers in c?

582


What is c language in simple words?

586


What is pointers in c with example?

573


How many levels of indirection in pointers can you have in a single declaration?

587


how do you execute a c program in unix.

634


Are c and c++ the same?

623


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

626


Using which language Test cases are added in .ptu file of RTRT unit testing???

3577