👤

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