1.

Which of the following accesses a variable in structure b?

A. b->var;
B. b.var;
C. b-var;
D. b>var;
Answer» C. b-var;


Discussion

No Comment Found