设charstr[100];inti=5;则引用数组元素的错误形式是()
A、str[i+10]D
暂无解析
设
structstudent
{
第3页
intno;
charname[12];
floatscore[3];
}s1,*p=&s1;
用指针法给s1的成员no赋值1234的语句是____________。
设有定义语句:enumt1{a1,a2=7,a3,a4=15}time;则枚举常量a2和a3的值分别为()
设inta[2][3]={{2},{3}};则数组元素____________的值为3。
与语句if(a>b)if(c>d)x=1;elsex=2;等价的是()
执行下列程序
后输出的结果是()