Which of the following accesses a variable in structure b?

Which of the following accesses a variable in structure b?
A. b→var;
B. b.var;
C. b-var;
D. b>var;