Which of the following accesses a variable in a pointer to a structure, *b?
Which of the following accesses a variable in a pointer to a structure, *b?
A. b→var;
B. b.var;
C. b-var;
D. b>var;
Hướng dẫn
Chọn A là đáp án đúng
Which of the following accesses a variable in a pointer to a structure, *b?
A. b→var;
B. b.var;
C. b-var;
D. b>var;
Hướng dẫn
Chọn A là đáp án đúng