What is a null pointer - Pointers
Q. What is a null pointer?- Published on 16 Jun 15a. Null pointer is a pointer which is pointing to nothing
b. Null pointer points the base address of segment
c. Pointer which is initialized with NULL value is considered as NULL pointer.
d. All of the above
ANSWER: All of the above