Which of the following is true about pointers?
A. Pointers can store the memory address of any variable type
B. Pointers can only store integer values
C. Pointers are always the sane size as the variable they point to
D. Pointers are always initialized to NULL by default