Which of the following gives the memory address of a variable pointed to by pointer a?

Which of the following gives the memory address of a variable pointed to by pointer a?
A. a;
B. *a;
C. &a;
D. address(a);