Q:

WHAT HAPPENS WHEN WE TRY TO ACCESS NULL POINTER IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT HAPPENS WHEN WE TRY TO ACCESS NULL POINTER IN C?

All Answers

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

NULL pointer is pointer that is pointing to nothing (No memory location). Accessing null pointer in C may lead a program to crash. So, Null pointer should not be accessed in a program.

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 SEGMENTATION FAULT OR MEMORY FAUL... >>
<< WHAT IS MEMORY LEAK IN C?...