成人高等教育 / C语言程序设计
正确率:100%
若有以下说明,则对结构体变量exp10中成员std的引用不正确的是 。
struct example
{ int std;
float std1;
}exp10,*p;
struct example
{ int std;
float std1;
}exp10,*p;
- A、 xep10.std
- B、 example.std
- C、 p->std
- D、 (*p).std
参考答案:
佳题速递: