Which of the following accesses a variable in structure *b?
b->var;
b.var;
b-var;
b>var;
This question is part of this quiz :