Q:

WHAT IS MEANT BY SEGMENTATION FAULT OR MEMORY FAULT IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS MEANT BY SEGMENTATION FAULT OR MEMORY FAULT IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS MEANT BY CORE DUMP IN C?... >>
<< WHAT HAPPENS WHEN WE TRY TO ACCESS NULL POINTER IN...