Which of the following gives the memory address of...

Câu hỏi: 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);