Is it possible to dereference a null pointer?
Answer (1)
No, it is not possible to dereference a null pointer. A null pointer is defined as a pointer that does not point to any valid memory address. Dereferencing a null pointer would cause a program to crash.
Comments (0)




