Math, asked by rohanaryan4073, 1 year ago

Which of the following error occurs when software tries to access protected memory?
(a) Segmentation Fault
(b) Displaytime Error
(c) IO Error
(d) Runtime Error
(e) Zero Division Erro

Answers

Answered by harsh5359
0
here is your answer,
segmentation fault occur when softwares tries to access protected memory.
A segmentation fault is a common condition that causes programs to crash; they are often associated with a file named core. They are caused by a program trying to read or write an illegal memory location.
Answered by Anonymous
0

A segmentation fault occurs when the software tries to access the protected memory.

  • A segmentation fault is the common condition causing the programs to crash. it is generally associated with a core file and are triggered by a machine trying to read or write an unauthorized position of the memory. in other words, it is a memory access violation error.
  • A segmentation  fault is always an error in the run time.
Similar questions