Home » General Knowledge » Computer

Which of the following error occurs when software tries toaccess protected memory?

Correct Answer: Segmentation Fault

Explanation:

A segmentation fault is a common condition thatcauses programs to crash; they are often associatedwith a file named core. They are caused by a programtrying to read or write an illegal memory location. Inother words, this is a memory access violation error.


← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion