Question

Which statement about pointers is false?
a) A pointer with the value NULL points to nothing.
b) NULL is a symbolic constant defined in the <stdio.h> header file.
c) Initializing a pointer to 0 is equivalent to initializing a pointer to NULL, but NULL is preferred.
d) The values 0 and 1 are the only values that can be assigned directly to a pointer variable.

Answer

This answer is hidden. It contains 3 characters.