100+ câu trắc nghiệm Lập trình C/C++ có đáp án - Phần 2

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

10/25

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

a;

*a;

&a;

address(a);

Giải thích

Chọn đáp án A