设inta[][4]={1,2,3,4,5,6,7,8,9};则数组a的第一维的大小是()
B
暂无解析
设charx='a';则printf("x=%c,y=%cn",x,97);的输出是()
执行下列程序
后输出的结果是()
设
structstudent
{
第3页
intno;
charname[12];
floatscore[3];
}s1,*p=&s1;
用指针法给s1的成员no赋值1234的语句是____________。
设charstr[100];inti=5;则引用数组元素的错误形式是()
下列叙述中,正确的是()