Q35
Which of the following accesses a variable in structure *b?
A.
b->var;
AnswerB.
b.var;
C.
b-var;
D.
b>var;
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board