Answer Happy
Accurate answers. Every time.
https://answerhappy.com/
Which of the following accesses a variable in structure *b?
https://answerhappy.com/viewtopic.php?t=738713
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;