1.

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

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


Discussion

No Comment Found