InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by segmentation fault? |
|
Answer» A segmentation fault occurs most COMMONLY and often leads to crashes in the PROGRAMS. It occurs when a program INSTRUCTION tries to access a memory ADDRESS that is prohibited from getting ACCESSED. |
|