设charstring[]="This_is_a_book!";则数组的长度应是____________。
16
暂无解析
设inta[2][3]={{2},{3}};则数组元素____________的值为3。
设charstr[100];inti=5;则引用数组元素的错误形式是()
求出10至1000之内能同时被2、3、7整除的数,并输出。
设
structstudent
{
第3页
intno;
charname[12];
floatscore[3];
}s1,*p=&s1;
用指针法给s1的成员no赋值1234的语句是____________。
执行下列程序
后输出的结果是()