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 accesses a variable in a pointer to a structure, *b?

40/50

Which of the following accesses a variable in a pointer to a structure, *b?

b→var;

b.var;

b-var;

b>var;

Giải thích

Chọn A