一起答
单选

设struct data{int a; float b;}c, *p=&c;,引用正确的是(  )

  • A.*p.a
  • B.p.b
  • C.p->a
  • D.*p->b
参考答案
查看试卷详情