Google News
logo
C-Language - Interview Questions
What is meant by segmentation fault or memory fault in C?
Segmentation fault is a fault that occurs because of illegal/invalid memory access. Illegal memory access means, When a program tries to access a memory location that is not allowed or when a program tries to access a memory location in a way that is not allowed.
Advertisement