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 value stored at the address pointed to by pointer a?

36/50

Which of the following gives the value stored at the address pointed to by pointer a?

a;

val(a);

*a;

&a;

Giải thích

Chọn C