1.

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

A. p>var;
B. p.var;
C. p-var;
D. p->var;
E. None of these
Answer» E. None of these


Discussion

No Comment Found