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 integer variable a?

34/50

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

*a;

a;

&a;

address(a);

Giải thích

Chọn C