0
Q:
A) Segmentation Fault | B) Display time Error |
C) IO Error | D) Runtime Error |
Answer: A) Segmentation Fault
Explanation:
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.