Question 25
Which of the following statements about pointers are correct?
A pointer variable stores the address of another variable.
Pointer arithmetic depends on the data type of the pointer.
Dereferencing a NULL pointer is safe.
Two pointers can point to the same memory location.