Page 1 of 1

Which of the following accesses a variable in structure *b?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) b->var;
b) b.var;
c) b-var;
d) b>var;