WHAT HAPPENS WHEN WE TRY TO ACCESS NULL POINTER IN C?
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.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
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