Which of the following accesses a variable in a po...

Câu hỏi: 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;