400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án (Phần 1)

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

35/50

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 A