有如下定义:struct st { char name

有如下定义:

struct st
{
char name[12];
int age;
char sex;
}std[10], *p=std;

以下语句错误的是()。

答案
A

题目信息

题号:4604
题型:单选题
难度:普通