1.

Which of the following gives the memory address of integer variable a?

A. *a;
B. a;
C. &a;
D. address(a);
Answer» D. address(a);


Discussion

No Comment Found