通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
有如下定义:
struct st { char name[12]; int age; char sex; }std[10], *p=std;
以下语句错误的是()。